AuthRulesTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        Yii::app()->params['event_lock_days'] = 1;
        $this->rules = new AuthRules();
    }
AuthRulesTest