From 359e28a50f990fb205c62532f495b48454a6787c Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 10 Nov 2008 16:45:06 +0000 Subject: Remove Auth module --- modules/auth/tests/Auth_Installer_Test.php | 36 ------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 modules/auth/tests/Auth_Installer_Test.php (limited to 'modules/auth/tests') diff --git a/modules/auth/tests/Auth_Installer_Test.php b/modules/auth/tests/Auth_Installer_Test.php deleted file mode 100644 index 110131ab..00000000 --- a/modules/auth/tests/Auth_Installer_Test.php +++ /dev/null @@ -1,36 +0,0 @@ -find(1); - - $auth = Auth::instance(array('driver' => 'Basic')); - - $auth->set_user_password($user->id, "test_password"); - - $this->assert_false($auth->is_valid_password($user->id, "invalid_password")); - $this->assert_true($auth->is_valid_password($user->id, "test_password")); - } -} -- cgit v1.2.3