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

testLoadTypeDataByRemoteId() public method

    public function testLoadTypeDataByRemoteId()
    {
        $this->insertDatabaseFixture(__DIR__ . '/_fixtures/existing_types.php');
        $gateway = $this->getGateway();
        $rows = $gateway->loadTypeDataByRemoteId('a3d405b81be900468eb153d774f4f0d2', 0);
        $this->assertEquals(5, count($rows));
        $this->assertEquals(45, count($rows[0]));
    }