AuthRulesTest::testCanEditEvent_CorrectSubspecialty PHP Метод

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

    public function testCanEditEvent_CorrectSubspecialty()
    {
        $event = $this->getEvent(array('episode' => $this->getNormalEpisode(42)));
        $this->assertTrue($this->rules->canEditEvent($this->getNormalFirm(42), $event));
    }
AuthRulesTest