AuthRulesTest::testCanRequestEventDeletion_CorrectSubspecialty PHP Method

testCanRequestEventDeletion_CorrectSubspecialty() public method

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