eZ\Publish\Core\Repository\Tests\Service\Integration\ContentTypeBase::testLoadContentTypeGroupByIdentifierValues PHP Method

testLoadContentTypeGroupByIdentifierValues() public method

Test for the loadContentTypeGroupByIdentifier() method.
    public function testLoadContentTypeGroupByIdentifierValues(array $data)
    {
        $this->assertContentTypeGroupsEqual($data);
    }
ContentTypeBase