You are here

protected property OutputRulesTest::$markup in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/masterminds/html5/test/HTML5/Serializer/OutputRulesTest.php \Masterminds\HTML5\Tests\Serializer\OutputRulesTest::markup

File

vendor/masterminds/html5/test/HTML5/Serializer/OutputRulesTest.php, line 10

Class

OutputRulesTest

Namespace

Masterminds\HTML5\Tests\Serializer

Code

protected $markup = '<!doctype html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <title>Test</title>
      </head>
      <body>
        <p>This is a test.</p>
      </body>
    </html>';