Home
last modified time | relevance | path

Searched refs:prettifyTestMethod (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/TestDox/
H A DNamePrettifierTest.php50 …$this->assertEquals('This is a test', $this->namePrettifier->prettifyTestMethod('testThisIsATest')…
51 …$this->assertEquals('This is a test', $this->namePrettifier->prettifyTestMethod('testThisIsATest2'…
52 …$this->assertEquals('This is a test', $this->namePrettifier->prettifyTestMethod('this_is_a_test'));
53 …$this->assertEquals('Foo for bar is 0', $this->namePrettifier->prettifyTestMethod('testFooForBarIs…
54 …$this->assertEquals('Foo for baz is 1', $this->namePrettifier->prettifyTestMethod('testFooForBazIs…
55 $this->assertEquals('', $this->namePrettifier->prettifyTestMethod('test'));
63 …assertEquals('Sets redirect header on 301', $this->namePrettifier->prettifyTestMethod('testSetsRed…
64 …assertEquals('Sets redirect header on 302', $this->namePrettifier->prettifyTestMethod('testSetsRed…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php66 public function prettifyTestMethod($name) function in PHPUnit_Util_TestDox_NamePrettifier
H A DResultPrinter.php269 … $this->currentTestMethodPrettified = $this->prettifier->prettifyTestMethod($test->getName(false));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php185 …$node->setAttribute('prettifiedMethodName', $this->prettifier->prettifyTestMethod($test->getName()…