Public Member Functions | |
setUp () | |
tearDown () | |
testCantDeleteNotLoggedIn () | |
testCanDeleteOwner () | |
testCanDeleteModerator () | |
testCanDeleteManageCommentsPermission () | |
testCanApproveNotLoggedIn () | |
testCantApproveOwner () | |
testCanApproveManageCommentsPermission () | |
testIsEmailModerator () | |
![]() | |
__get ($name) | |
__call ($name, $params) | |
getFixtureManager () | |
getFixtureData ($name) | |
getFixtureRecord ($name, $alias) |
Public Attributes | |
$fixtures |
Protected Member Functions | |
getUserMock ($methods) |
Protected Attributes | |
$oldUser | |
![]() | |
$fixtures = false |
Created by JetBrains PhpStorm. User: andrew Date: 7/13/12 Time: 3:37 PM To change this template use File | Settings | File Templates.
Definition at line 9 of file CommentsModuleAccessMethodsTest.php.
CommentsModuleAccessMethodsTest::setUp | ( | ) |
Sets up the fixture before executing a test method. If you override this method, make sure the parent implementation is invoked. Otherwise, the database fixtures will not be managed properly.
Reimplemented from CDbTestCase.
Definition at line 22 of file CommentsModuleAccessMethodsTest.php.
CommentsModuleAccessMethodsTest::$fixtures |
Definition at line 12 of file CommentsModuleAccessMethodsTest.php.