Home
last modified time | relevance | path

Searched refs:tests (Results 226 – 250 of 323) sorted by last modified time

12345678910>>...13

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php109 private $tests = []; variable in SebastianBergmann\\CodeCoverage\\CodeCoverage
174 $this->tests = [];
221 return $this->tests;
227 * @param array $tests
229 public function setTests(array $tests) argument
231 $this->tests = $tests;
361 $this->tests[$id] = ['size' => $size, 'status' => $status];
411 $this->tests = array_merge($this->tests, $that->getTests());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dstyle.css35 .table tbody tr.covered-by-large-tests, li.covered-by-large-tests, tr.success, td.success, li.succe…
39 .table tbody tr.covered-by-medium-tests, li.covered-by-medium-tests {
43 .table tbody tr.covered-by-small-tests, li.covered-by-small-tests {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.php_cs.dist77 ->in(__DIR__ . '/tests/Framework')
78 ->in(__DIR__ . '/tests/Runner')
79 ->in(__DIR__ . '/tests/Util')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php66 protected $tests = []; variable in PHPUnit_Framework_TestSuite
178 if (empty($this->tests)) {
213 $this->tests[] = $test;
795 if (isset($this->tests[$index])) {
796 return $this->tests[$index];
807 public function tests() function in PHPUnit_Framework_TestSuite
809 return $this->tests;
815 * @param array $tests
817 public function setTests(array $tests) argument
819 $this->tests = $tests;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTestSuiteIterator.php24 protected $tests; variable in PHPUnit_Util_TestSuiteIterator
31 $this->tests = $testSuite->tests();
49 return $this->position < count($this->tests);
69 return $this->valid() ? $this->tests[$this->position] : null;
88 $this->tests[$this->position]
99 return $this->tests[$this->position] instanceof PHPUnit_Framework_TestSuite;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.php_cs5 ->in('tests')
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon31 - */tests/**
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php34 protected $tests = []; variable in PHPUnit_Util_TestDox_ResultPrinter
261 $this->tests = [];
291 if (!isset($this->tests[$this->currentTestMethodPrettified])) {
293 $this->tests[$this->currentTestMethodPrettified]['success'] = 1;
294 $this->tests[$this->currentTestMethodPrettified]['failure'] = 0;
296 $this->tests[$this->currentTestMethodPrettified]['success'] = 0;
297 $this->tests[$this->currentTestMethodPrettified]['failure'] = 1;
301 $this->tests[$this->currentTestMethodPrettified]['success']++;
303 $this->tests[$this->currentTestMethodPrettified]['failure']++;
313 foreach ($this->tests as $name => $data) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1348.phpt12 $_SERVER['argv'][] = '--report-useless-tests';
H A D1374.phpt18 OK, but incomplete, skipped, or risky tests!
H A D1468.phpt6 $_SERVER['argv'][2] = '--disallow-todo-tests';
19 OK, but incomplete, skipped, or risky tests!
H A D863.phpt2 GH-863: Number of tests to run calculated incorrectly when --repeat is used
24 OK (150 tests, 150 assertions)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D1021.phpt19 OK (2 tests, 1 assertion)
H A D684.phpt22 No tests found in class "Foo_Bar_Issue684Test".
H A D783.phpt21 OK (2 tests, 0 assertions)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dconcrete-test-class.phpt18 OK (2 tests, 0 assertions)
H A Dcustom-printer-debug.phpt26 OK (3 tests, 3 assertions)
H A Dcustom-printer-verbose.phpt30 OK, but incomplete, skipped, or risky tests!
H A Ddataprovider-debug.phpt33 OK (7 tests, 7 assertions)
H A Ddependencies2.phpt18 OK (2 tests, 5 assertions)
H A Ddependencies3-isolation.phpt19 OK (3 tests, 2 assertions)
H A Ddependencies3.phpt19 OK (3 tests, 2 assertions)
H A Dexclude-group-isolation.phpt21 OK (2 tests, 2 assertions)
H A Dfilter-class-isolation.phpt21 OK (3 tests, 3 assertions)
H A Dfilter-dataprovider-by-only-range-isolation.phpt21 OK (3 tests, 3 assertions)

12345678910>>...13