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

testCreateObjectStateListFromData() public method

    public function testCreateObjectStateListFromData()
    {
        $mapper = $this->getMapper();
        $rows = array($this->getObjectStateRowsFixture());
        $result = $mapper->createObjectStateListFromData($rows);
        $this->assertStructsEqual($this->getObjectStateFixture(), $result[0], array('identifier', 'defaultLanguage', 'languageCodes', 'name', 'description'));
    }