eZ\Bundle\EzPublishRestBundle\Tests\Functional\UrlAliasTest::testLoadURLAlias PHP Метод

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

public testLoadURLAlias ( $urlAliasHref )
    public function testLoadURLAlias($urlAliasHref)
    {
        self::markTestSkipped('@todo fixme');
        $response = $this->sendHttpRequest($this->createHttpRequest('GET', $urlAliasHref));
        // @todo Will fail because of EZP-21082
        // self::assertHttpResponseCodeEquals( $response, 200 );
        self::assertHttpResponseCodeEquals($response, 500);
        self::markTestSkipped('@todo Fix when EZP-21082 is fixed');
    }