You are here

public function TestCase::getInstance in Zircon Profile 8

Same name and namespace in other branches
  1. 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

... See full list

File

vendor/masterminds/html5/test/HTML5/TestCase.php, line 18

Class

TestCase

Namespace

Masterminds\HTML5\Tests

Code

public function getInstance(array $options = array()) {
  return new HTML5($options);
}