Home
last modified time | relevance | path

Searched refs:tests (Results 151 – 175 of 323) sorted by last modified time

12345678910>>...13

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphar-extension-suppressed.phpt2 phpunit --configuration tests/_files/phpunit-example-extension
H A Dphpt-xfail.phpt17 OK, but incomplete, skipped, or risky tests!
H A Dreport-useless-tests-incomplete.phpt2 phpunit --report-useless-tests IncompleteTest ../_files/IncompleteTest.php
6 $_SERVER['argv'][2] = '--report-useless-tests';
19 OK, but incomplete, skipped, or risky tests!
H A Dreport-useless-tests-isolation.phpt2 phpunit --report-useless-tests --process-isolation IncompleteTest ../_files/IncompleteTest.php
6 $_SERVER['argv'][2] = '--report-useless-tests';
20 OK, but incomplete, skipped, or risky tests!
H A Dreport-useless-tests.phpt2 phpunit --report-useless-tests NothingTest ../_files/NothingTest.php
6 $_SERVER['argv'][2] = '--report-useless-tests';
27 OK, but incomplete, skipped, or risky tests!
H A Dteamcity-inner-exceptions.phpt18 ##teamcity[testSuiteStarted name='ExceptionStackTest' locationHint='php_qn://%s/tests/_files/Except…
20 ##teamcity[testStarted name='testPrintingChildException' locationHint='php_qn://%s/tests/_files/Exc…
22tests/_files/ExceptionStackTest.php:10|n |n Caused by|n message|n Failed asserting that two arrays…
26 ##teamcity[testStarted name='testNestedExceptions' locationHint='php_qn://%s/tests/_files/Exception…
28 ##teamcity[testFailed name='testNestedExceptions' message='Exception : One' details=' %s/tests/_fil…
H A Dteamcity.phpt18 ##teamcity[testSuiteStarted name='BankAccountTest' locationHint='php_qn://%s/tests/_files/BankAccou…
20 ##teamcity[testStarted name='testBalanceIsInitiallyZero' locationHint='php_qn://%s/tests/_files/Ban…
24 ##teamcity[testStarted name='testBalanceCannotBecomeNegative' locationHint='php_qn://%s/tests/_file…
28 ##teamcity[testStarted name='testBalanceCannotBecomeNegative2' locationHint='php_qn://%s/tests/_fil…
37 OK (3 tests, 3 assertions)
H A Dtest-suffix-multiple.phpt19 OK (5 tests, 3 assertions)
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md58 [from:SebastianBergmann\Diff\Diff:private] => a/tests/MoneyTest.php
59 [to:SebastianBergmann\Diff\Diff:private] => b/tests/MoneyTest.php
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.php_cs5 ->in('tests')
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php90 $tests = [];
392 return $tests;
454 $tests = [];
512 return $tests;
698 $tests = [];
847 $tests = [];
1150 $tests = [];
1578 $tests = [];
1800 $tests = [];
2038 $tests = [];
[all …]
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst37 - Any contribution must provide tests for additional introduced
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dindex.rst19 tests/index
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php64 protected $tests; variable in Twig\\Environment
1250 return $this->tests;
1268 if (isset($this->tests[$name])) {
1269 return $this->tests[$name];
1272 foreach ($this->tests as $pattern => $test) {
1537 $this->tests = [];
1585 $this->tests[$name] = $test;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DIfNode.php24 …public function __construct(\Twig_NodeInterface $tests, \Twig_NodeInterface $else = null, $lineno,… argument
26 $nodes = ['tests' => $tests];
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DIfTokenParser.php42 $tests = [$expr, $body];
57 $tests[] = $expr;
58 $tests[] = $body;
72 return new IfNode(new Node($tests), $else, $lineno, $this->getTag());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DDeprecatedTest.php33 $tests = [];
39 $tests[] = [$node, <<<EOF
52 $tests[] = [$node, <<<EOF
71 $tests[] = [$node, <<<EOF
78 return $tests;
H A DModuleTest.php47 $tests = [];
57 $tests[] = [$node, <<<EOF
122 $tests[] = [$node, <<<EOF
204 $tests[] = [$node, <<<EOF
266 return $tests;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DParentTest.php26 $tests = [];
27 … $tests[] = [new ParentExpression('foo', 1), '$this->renderParentBlock("foo", $context, $blocks)'];
29 return $tests;
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A Dphpstan.neon3 - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php
5 - %currentWorkingDirectory%/tests/*/Fixtures/*
6 … - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/ReservedKeywordsClasses.php
7 - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php
8 - %currentWorkingDirectory%/tests/Doctrine/Tests/DoctrineTestCase.php
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DCONTRIBUTING.md5 * Any contribution must provide tests for additional introduced conditions
11 To install the project and run the tests, you need to clone it first:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Deven.rst10 .. seealso:: :doc:`odd<../tests/odd>`
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php99 $tests = [];
128 …$tests[] = [str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception…
131 if ($legacyTests && empty($tests)) {
136 return $tests;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php373 $tests = [];
385 $tests[] = [$test[0], $test[1], $testObject[0], $test[2], [], $testObject[1]];
390 $tests = array_merge($tests, [
395 $tests = array_merge($tests, [
408 foreach ($tests as $test) {
411 $tests[] = $test;
418 $tests = array_merge($tests, [
435 $tests = array_merge($tests, [
440 $tests = array_merge($tests, [
446 return $tests;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md38 1. [Tests](#tests)
372 Running the tests is simple:

12345678910>>...13