mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-30 01:59:11 -04:00
Rename tests to make room for controller tests
Album_Test -> Album_Helper_Test Photo_Test -> Photo_Helper_Test
This commit is contained in:
@@ -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);
|
||||
@@ -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);
|
||||
Reference in New Issue
Block a user