Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.

This commit is contained in:
Bharat Mediratta
2010-01-19 22:38:19 -08:00
parent a774dc5447
commit 76da85a1a0
35 changed files with 72 additions and 155 deletions

View File

@@ -22,7 +22,7 @@
* This test case operates under the assumption that user_installer::install() is called by the
* test controller before it starts.
*/
class User_Installer_Test extends Unit_Test_Case {
class User_Installer_Test extends Gallery_Unit_Test_Case {
public function install_creates_admin_user_test() {
$user = ORM::factory("user", 1);
$this->assert_equal("guest", $user->name);