Added in attachment tests

This commit is contained in:
Dan Brown
2016-10-23 15:25:04 +01:00
parent 7ee695d74a
commit 91220239e5
7 changed files with 205 additions and 3 deletions

View File

@ -10,7 +10,7 @@ class ImageTest extends TestCase
*/
protected function getTestImage($fileName)
{
return new \Illuminate\Http\UploadedFile(base_path('tests/test-image.jpg'), $fileName, 'image/jpeg', 5238);
return new \Illuminate\Http\UploadedFile(base_path('tests/test-data/test-image.jpg'), $fileName, 'image/jpeg', 5238);
}
/**