public function TestCase::getInstance in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/masterminds/html5/test/HTML5/TestCase.php \Masterminds\HTML5\Tests\TestCase::getInstance()
6 calls to TestCase::getInstance()
- Html5Test::setUp in vendor/
masterminds/ html5/ test/ HTML5/ Html5Test.php - Html5Test::testConfig in vendor/
masterminds/ html5/ test/ HTML5/ Html5Test.php - OutputRulesTest::setUp in vendor/
masterminds/ html5/ test/ HTML5/ Serializer/ OutputRulesTest.php - OutputRulesTest::testSerializeWithNamespaces in vendor/
masterminds/ html5/ test/ HTML5/ Serializer/ OutputRulesTest.php - TraverserTest::setUp in vendor/
masterminds/ html5/ test/ HTML5/ Serializer/ TraverserTest.php
File
- vendor/
masterminds/ html5/ test/ HTML5/ TestCase.php, line 18
Class
Namespace
Masterminds\HTML5\TestsCode
public function getInstance(array $options = array()) {
return new HTML5($options);
}