Add file not exists assertion

This commit is contained in:
Zach Borboa
2014-03-04 21:43:29 -08:00
parent 258a3c396c
commit b896c1ad97
+1
View File
@@ -91,6 +91,7 @@ class CurlTest extends PHPUnit_Framework_TestCase {
)) === 'image/png');
unlink($file_path);
$this->assertFalse(file_exists($file_path));
}
public function testPutRequestMethod() {