protected function TestCase::wrap in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/masterminds/html5/test/HTML5/TestCase.php \Masterminds\HTML5\Tests\TestCase::wrap()
1 call to TestCase::wrap()
- Html5Test::testLoadOptions in vendor/
masterminds/ html5/ test/ HTML5/ Html5Test.php
File
- vendor/
masterminds/ html5/ test/ HTML5/ TestCase.php, line 23
Class
Namespace
Masterminds\HTML5\TestsCode
protected function wrap($fragment) {
return self::DOC_OPEN . $fragment . self::DOC_CLOSE;
}