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

testLoadLocationDataByContentLimitSubtree() public method

    public function testLoadLocationDataByContentLimitSubtree()
    {
        $this->insertDatabaseFixture(__DIR__ . '/_fixtures/full_example_tree.php');
        $gateway = $this->getLocationGateway();
        $locationsData = $gateway->loadLocationDataByContent(75, 3);
        $this->assertCount(0, $locationsData);
    }