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

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

Test for the copyContentType() method.
public testCopyContentTypeValues ( array $data )
$data array
    public function testCopyContentTypeValues(array $data)
    {
        $this->assertCopyContentTypeValues($data);
    }
ContentTypeBase