AuthRulesTest::testCanEditEpisode_SupportServicesFirm_LegacyEpisode PHP Метод

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

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