eZ\Publish\Core\Persistence\Legacy\Tests\Content\ObjectState\MapperTest::testCreateObjectStateGroupListFromData PHP Method

testCreateObjectStateGroupListFromData() public method

    public function testCreateObjectStateGroupListFromData()
    {
        $mapper = $this->getMapper();
        $rows = array($this->getObjectStateGroupRowsFixture());
        $result = $mapper->createObjectStateGroupListFromData($rows);
        $this->assertStructsEqual($this->getObjectStateGroupFixture(), $result[0], array('identifier', 'defaultLanguage', 'languageCodes', 'name', 'description'));
    }