mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-02 13:48:47 +00:00
Add file not exists assertion
This commit is contained in:
@@ -91,6 +91,7 @@ class CurlTest extends PHPUnit_Framework_TestCase {
|
||||
)) === 'image/png');
|
||||
|
||||
unlink($file_path);
|
||||
$this->assertFalse(file_exists($file_path));
|
||||
}
|
||||
|
||||
public function testPutRequestMethod() {
|
||||
|
||||
Reference in New Issue
Block a user