-<?php
+<?php namespace Tests;
-class ImageTest extends TestCase
+class ImageTest extends BrowserKitTest
{
/**
'type' => 'gallery'
]);
- $this->assertFalse(file_exists(public_path($relPath)), 'Uploaded image has been deleted');
+ $this->assertFalse(file_exists(public_path($relPath)), 'Uploaded image has not been deleted as expected');
}
}
\ No newline at end of file