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

testLoadGroupData() public method

public testLoadGroupData ( )
    public function testLoadGroupData()
    {
        $this->insertDatabaseFixture(__DIR__ . '/_fixtures/existing_groups.php');
        $gateway = $this->getGateway();
        $data = $gateway->loadGroupData(2);
        $this->assertEquals(array(array('created' => '1031216941', 'creator_id' => '14', 'id' => '2', 'modified' => '1033922113', 'modifier_id' => '14', 'name' => 'Users')), $data);
    }