AuthRulesTest::testCanEditEvent_NotTimeLocked PHP Метод

testCanEditEvent_NotTimeLocked() публичный Метод

    public function testCanEditEvent_NotTimeLocked()
    {
        $event = $this->getEvent(array('created_date' => date('Y-m-d H:i:s', strtotime('yesterday'))));
        $this->assertTrue($this->rules->canEditEvent($this->getNormalFirm(), $event));
    }
AuthRulesTest