AuthRulesTest::testCanCreateEvent_LegacyEpisode PHP Method

testCanCreateEvent_LegacyEpisode() public method

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