eZ\Publish\Core\Repository\Tests\Service\Mock\ContentTest::testCreateContentThrowsInvalidArgumentExceptionMainLanguageCodeNotSet PHP Метод

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

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