eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlAliasHandlerTest::testLocationCopiedHistoryNotCopied PHP Метод

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

Test for the locationCopied() method.
    public function testLocationCopiedHistoryNotCopied()
    {
        $handler = $this->getHandler();
        $this->insertDatabaseFixture(__DIR__ . '/_fixtures/urlaliases_copy.php');
        $handler->locationCopied(4, 400, 3);
        $handler->lookup('move-here/move-this-history');
    }
UrlAliasHandlerTest