summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-09 23:49:09 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-09 23:49:09 +0000
commit223cba531e10c90253ea447e373c4e99a72c0299 (patch)
tree08cefd8c83f2e3d8365801ccc87332023e227f99
parent1ba012db0e2b9b60899a666471326465bb7a9f93 (diff)
Rename tests to make room for controller tests
Album_Test -> Album_Helper_Test Photo_Test -> Photo_Helper_Test
-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);