AuthRulesTest::testCanDeleteEvent_CorrectSubspecialty PHP Method

testCanDeleteEvent_CorrectSubspecialty() public method

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