AuthRulesTest::testCanCreateEvent_SupportServicesFirm_NonSupportServiceEventType PHP Метод

testCanCreateEvent_SupportServicesFirm_NonSupportServiceEventType() публичный Метод

    public function testCanCreateEvent_SupportServicesFirm_NonSupportServiceEventType()
    {
        $this->assertFalse($this->rules->canCreateEvent($this->getSupportServicesFirm(), $this->getNormalEpisode(), $this->getNonSupportServicesEventType()));
    }
AuthRulesTest