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

testCreateObjectStateGroupFromData() public method

    public function testCreateObjectStateGroupFromData()
    {
        $mapper = $this->getMapper();
        $rows = $this->getObjectStateGroupRowsFixture();
        $result = $mapper->createObjectStateGroupFromData($rows);
        $this->assertStructsEqual($this->getObjectStateGroupFixture(), $result, array('identifier', 'defaultLanguage', 'languageCodes', 'name', 'description'));
    }