mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user