]> BookStack Code Mirror - bookstack/blobdiff - tests/ImageTest.php
Update/fix german translation
[bookstack] / tests / ImageTest.php
index 031517cdb019d1d9380cf4161fc4dd44346d4399..3bb41138bae7d50dd8d9821fed27bf0ad54ebad0 100644 (file)
@@ -1,6 +1,6 @@
-<?php
+<?php namespace Tests;
 
-class ImageTest extends TestCase
+class ImageTest extends BrowserKitTest
 {
 
     /**
@@ -90,7 +90,7 @@ class ImageTest extends TestCase
             '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