AuthRulesTest::testCanEditEpisode_SupportServicesFirm_LegacyEpisode PHP Method

testCanEditEpisode_SupportServicesFirm_LegacyEpisode() public method

    public function testCanEditEpisode_SupportServicesFirm_LegacyEpisode()
    {
        $this->assertFalse($this->rules->canEditEpisode($this->getSupportServicesFirm(), $this->getLegacyEpisode()));
    }
AuthRulesTest