AuthRulesTest::testCanRequestEventDeletion_WrongSubspecialty PHP Method

testCanRequestEventDeletion_WrongSubspecialty() public method

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