AuthRulesTest::testCanCreateEvent_LegacyEpisode PHP Метод

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

    public function testCanCreateEvent_LegacyEpisode()
    {
        $this->assertFalse($this->rules->canCreateEvent($this->getNormalFirm(), $this->getLegacyEpisode(), $this->getNonSupportServicesEventType()));
    }
AuthRulesTest