summaryrefslogtreecommitdiff
path: root/core/tests
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests')
-rw-r--r--core/tests/Album_Helper_Test.php (renamed from core/tests/Album_Test.php)2
-rw-r--r--core/tests/Photo_Helper_Test.php (renamed from core/tests/Photo_Test.php)2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/tests/Album_Test.php b/core/tests/Album_Helper_Test.php
index a2ab1c48..9927b66a 100644
--- a/core/tests/Album_Test.php
+++ b/core/tests/Album_Helper_Test.php
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-class Album_Test extends Unit_Test_Case {
+class Album_Helper_Test extends Unit_Test_Case {
public function create_album_test() {
$rand = rand();
$album = album::create(1, $rand, $rand, $rand);
diff --git a/core/tests/Photo_Test.php b/core/tests/Photo_Helper_Test.php
index 248ebee6..99c8ed34 100644
--- a/core/tests/Photo_Test.php
+++ b/core/tests/Photo_Helper_Test.php
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-class Photo_Test extends Unit_Test_Case {
+class Photo_Helper_Test extends Unit_Test_Case {
public function create_photo_test() {
$rand = rand();
$photo = photo::create(1, DOCROOT . "core/tests/test.jpg", "$rand.jpg", $rand, $rand);