recreate project
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
use Mike42\GfxPhp\Image;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ImageTest extends TestCase
|
||||
{
|
||||
public function testBadFilename() {
|
||||
$this -> expectException(Exception::class);
|
||||
Image::fromFile("not a real file");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user