eZ\Publish\Core\Repository\Tests\Service\Integration\ContentBase::testCreateContentStructValues PHP Метод

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

Test for the createContent() method.
public testCreateContentStructValues ( array $data )
$data array
    public function testCreateContentStructValues(array $data)
    {
        $this->assertCreateContentStructValues($data);
    }
ContentBase