public function createNodeType($nodeTypeName) { throw new Exception('Creation of node types not supported so far; tried to create "' . $nodeTypeName . '".', 1316449432); }
/** * @test * @expectedException \Neos\ContentRepository\Exception */ public function createNodeTypeAlwaysThrowsAnException() { $this->nodeTypeManager->createNodeType('Neos.ContentRepository.Testing:ContentObject'); }