eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\Gateway\DoctrineDatabaseTest::testLoadTypesDataForGroup PHP Метод

testLoadTypesDataForGroup() публичный Метод

    public function testLoadTypesDataForGroup()
    {
        $this->insertDatabaseFixture(__DIR__ . '/_fixtures/existing_types.php');
        $gateway = $this->getGateway();
        $rows = $gateway->loadTypesDataForGroup(1, 0);
        $this->assertEquals(6, count($rows));
    }