AuthRulesTest::testCanEditEpisode_SupportServicesFirm_SupportServicesEpisode PHP Метод

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

    public function testCanEditEpisode_SupportServicesFirm_SupportServicesEpisode()
    {
        $this->assertTrue($this->rules->canEditEpisode($this->getSupportServicesFirm(), $this->getSupportServicesEpisode()));
    }
AuthRulesTest