eZ\Publish\Core\MVC\Symfony\View\Tests\ContentViewTest::testSetTemplateIdentifierWrongType PHP Метод

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

public testSetTemplateIdentifierWrongType ( $badTemplateIdentifier )
$badTemplateIdentifier
    public function testSetTemplateIdentifierWrongType($badTemplateIdentifier)
    {
        $contentView = new ContentView();
        $contentView->setTemplateIdentifier($badTemplateIdentifier);
    }