Remove "image_5.phpt" file

This file should have been removed by when the contribution guidelines
were applied to "Image" but for some reason, we missed that.

Reference: 861216c690
Co-authored-by: Henrique Moody <henriquemoody@gmail.com>
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Danilo Correa 2018-09-13 15:10:24 -03:00 committed by Henrique Moody
parent aedf261958
commit d5724c0d9a
No known key found for this signature in database
GPG key ID: 221E9281655813A6

View file

@ -1,16 +0,0 @@
--FILE--
<?php
require 'vendor/autoload.php';
use Respect\Validation\Exceptions\NestedValidationException;
use Respect\Validation\Validator as v;
try {
v::not(v::image())->assert('tests/fixtures/valid-image.gif');
} catch (NestedValidationException $exception) {
echo $exception->getFullMessage();
}
?>
--EXPECTF--
- "tests/fixtures/valid-image.gif" must not be a valid image