AuthRulesTest::testCanCreateEvent_NormalFirm_SupportServiceEventType PHP Method

testCanCreateEvent_NormalFirm_SupportServiceEventType() public method

    public function testCanCreateEvent_NormalFirm_SupportServiceEventType()
    {
        $this->assertTrue($this->rules->canCreateEvent($this->getNormalFirm(), $this->getNormalEpisode(), $this->getSupportServicesEventType()));
    }
AuthRulesTest