We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42a502 commit a07134cCopy full SHA for a07134c
test/Test.php
@@ -56,11 +56,11 @@ public function testInvalidString() {
56
}
57
58
/**
59
- * @expectedException PHPUnit_Framework_Error
60
- * @expectedExceptionMessage Filename cannot be empty
+ * @expectedException Exception
+ * @expectedExceptionMessage No image provided
61
*/
62
public function testLoadNoFile() {
63
- ImageResize::createFromFile(null);
+ new ImageResize(null);
64
65
66
0 commit comments