AuthRulesTest::testCanCreateEvent_WrongSubspecialtyEpisode PHP Method

testCanCreateEvent_WrongSubspecialtyEpisode() public method

    public function testCanCreateEvent_WrongSubspecialtyEpisode()
    {
        $this->assertFalse($this->rules->canCreateEvent($this->getNormalFirm(42), $this->getNormalEpisode(43), $this->getNonSupportServicesEventType()));
    }
AuthRulesTest