diff options
Diffstat (limited to 'core/tests')
-rw-r--r-- | core/tests/Photo_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/Photo_Test.php b/core/tests/Photo_Test.php index cc4921c0..248ebee6 100644 --- a/core/tests/Photo_Test.php +++ b/core/tests/Photo_Test.php @@ -48,7 +48,7 @@ class Photo_Test extends Unit_Test_Case { public function create_photo_with_no_extension_test() { try { - photo::create(1, "unknown_file", "name", "title", "description"); + photo::create(1, "/tmp", "name", "title", "description"); $this->assert_false("should fail with an exception"); } catch (Exception $e) { // pass |