mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-21 13:09:17 -04:00
Use test::random_photo_unsaved() instead.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
class Exif_Test extends Unit_Test_Case {
|
||||
public function exif_extract_test() {
|
||||
$photo = test::random_photo()
|
||||
$photo = test::random_photo_unsaved()
|
||||
->set_data_file(MODPATH . "exif/tests/data/image.jpg")
|
||||
->save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user