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

testCreateContentThrowsInvalidArgumentExceptionContentTypeNotSet() public method

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