eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlWildcard\Gateway\DoctrineDatabaseTest::testLoadUrlWildcardData PHP Method

testLoadUrlWildcardData() public method

Test for the loadUrlWildcardData() method.
    public function testLoadUrlWildcardData()
    {
        $this->insertDatabaseFixture(__DIR__ . '/_fixtures/urlwildcards.php');
        $gateway = $this->getGateway();
        $row = $gateway->loadUrlWildcardData(1);
        self::assertEquals($this->fixtureData[0], $row);
    }