Home
last modified time | relevance | path

Searched refs:testAdd (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-log-xml-isolation.phpt20 …<testsuite name="DataProviderTest::testAdd" tests="4" assertions="4" failures="1" errors="0" time=…
21 <testcase name="testAdd with data set #0" assertions="1" time="%f"/>
22 <testcase name="testAdd with data set #1" assertions="1" time="%f"/>
23 <testcase name="testAdd with data set #2" assertions="1" time="%f">
24 …<failure type="PHPUnit_Framework_ExpectationFailedException">DataProviderTest::testAdd with data s…
30 <testcase name="testAdd with data set #3" assertions="1" time="%f"/>
40 1) DataProviderTest::testAdd with data set #2 (1, 1, 3)
H A Ddataprovider-log-xml.phpt19 …<testsuite name="DataProviderTest::testAdd" tests="4" assertions="4" failures="1" errors="0" time=…
20 <testcase name="testAdd with data set #0" assertions="1" time="%f"/>
21 <testcase name="testAdd with data set #1" assertions="1" time="%f"/>
22 <testcase name="testAdd with data set #2" assertions="1" time="%f">
23 …<failure type="PHPUnit_Framework_ExpectationFailedException">DataProviderTest::testAdd with data s…
29 <testcase name="testAdd with data set #3" assertions="1" time="%f"/>
39 1) DataProviderTest::testAdd with data set #2 (1, 1, 3)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderTest.php7 public function testAdd($a, $b, $c) function in DataProviderTest
H A DTestWithTest.php10 public function testAdd($a, $b, $c) function in TestWithTest
H A DDataProviderSkippedTest.php15 public function testAdd($a, $b, $c) function in DataProviderSkippedTest
H A DDataProviderIncompleteTest.php15 public function testAdd($a, $b, $c) function in DataProviderIncompleteTest
/plugin/strata/_test/
H A Dstorage.test.php13 function testAdd() { function in storage_test
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php113 public function testAdd($value, $key) function in SebastianBergmann\\RecursionContext\\ContextTest