AuthRulesTest::testCanCreateEvent_NormalFirm_NonSupportServiceEventType PHP Method

testCanCreateEvent_NormalFirm_NonSupportServiceEventType() public method

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