AuthRulesTest::testCanEditEvent_WrongSubspecialty PHP Method

testCanEditEvent_WrongSubspecialty() public method

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