AuthRulesTest::testCanCreateEvent_SupportServicesFirm_SupportServiceEventType PHP Method

testCanCreateEvent_SupportServicesFirm_SupportServiceEventType() public method

    public function testCanCreateEvent_SupportServicesFirm_SupportServiceEventType()
    {
        $this->assertTrue($this->rules->canCreateEvent($this->getSupportServicesFirm(), $this->getSupportServicesEpisode(), $this->getSupportServicesEventType()));
    }
AuthRulesTest