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

testGetAllLocationIds() public method

    public function testGetAllLocationIds()
    {
        $this->insertDatabaseFixture(__DIR__ . '/../_fixtures/contentobjects.php');
        $gateway = $this->getDatabaseGateway();
        $this->assertEquals(array(228), $gateway->getAllLocationIds(226));
    }
DoctrineDatabaseTest