Use test::random_photo_unsaved() instead.

This commit is contained in:
Bharat Mediratta
2010-01-17 20:06:34 -08:00
parent dd5f08b703
commit 7d9d40c7d6

View File

@@ -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();