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

testLoadUrlWildcardsData() public method

Test for the loadUrlWildcardsData() method.
    public function testLoadUrlWildcardsData()
    {
        $this->insertDatabaseFixture(__DIR__ . '/_fixtures/urlwildcards.php');
        $gateway = $this->getGateway();
        $rows = $gateway->loadUrlWildcardsData();
        self::assertEquals($this->fixtureData, $rows);
    }