eZ\Publish\Core\Repository\Tests\Service\Mock\ContentTest::testCreateContentThrowsContentValidationExceptionFieldDefinition PHP Method

testCreateContentThrowsContentValidationExceptionFieldDefinition() public method

Test for the createContent() method.
public testCreateContentThrowsContentValidationExceptionFieldDefinition ( $mainLanguageCode, $structFields )
    public function testCreateContentThrowsContentValidationExceptionFieldDefinition($mainLanguageCode, $structFields)
    {
        $this->assertForCreateContentContentValidationException($mainLanguageCode, $structFields, array());
    }
ContentTest