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

testLoadContentTypeValues() public method

Test for the loadContentType() method.
public testLoadContentTypeValues ( array $data )
$data array
    public function testLoadContentTypeValues(array $data)
    {
        $this->compareContentTypes($data);
    }
ContentTypeBase