eZ\Publish\Core\Repository\Tests\Service\Integration\ContentTypeBase::testCreateContentTypeGroupStructValues PHP Метод

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

Test for the newContentTypeGroupCreateStruct() method.
    public function testCreateContentTypeGroupStructValues(array $data)
    {
        $notImplemented = array('names', 'descriptions', 'mainLanguageCode');
        $this->assertStructPropertiesCorrect($data['expected'], $data['actual'], $notImplemented);
        $this->assertNotNull($data['actual']->id);
    }
ContentTypeBase