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

testCreateContentThrowsInvalidArgumentExceptionMainLanguageCodeNotSet() public method

Test for the createContent() method.
    public function testCreateContentThrowsInvalidArgumentExceptionMainLanguageCodeNotSet()
    {
        $mockedService = $this->getPartlyMockedContentService();
        $mockedService->createContent(new ContentCreateStruct(), array());
    }
ContentTest