Home
last modified time | relevance | path

Searched refs:test (Results 776 – 800 of 1253) sorted by last modified time

1...<<31323334353637383940>>...51

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php97 public function addTest($name, $test) argument
103 $this->tests[$name] = $test;
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php44 if ($stream->test(Token::BLOCK_END_TYPE)) {
59 if ($compat && $stream->test(Token::NAME_TYPE)) {
79 return $token->test('endautoescape');
H A DBlockTokenParser.php71 return $token->test('endblock');
H A DEmbedTokenParser.php65 return $token->test('endembed');
H A DForTokenParser.php81 return $token->test(['else', 'endfor']);
86 return $token->test('endfor');
H A DSandboxTokenParser.php58 return $token->test('endsandbox');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestListener.php19 * @param PHPUnit_Framework_Test $test
23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time); argument
28 * @param PHPUnit_Framework_Test $test
41 * @param PHPUnit_Framework_Test $test
50 * @param PHPUnit_Framework_Test $test
59 * @param PHPUnit_Framework_Test $test
68 * @param PHPUnit_Framework_Test $test
91 * @param PHPUnit_Framework_Test $test
93 public function startTest(PHPUnit_Framework_Test $test); argument
98 * @param PHPUnit_Framework_Test $test
[all …]
H A DTestResult.php628 $this->startTest($test);
686 $test->runBare();
690 $test,
754 $test,
792 $test,
809 $test,
818 $test,
828 $test,
858 $test,
866 $test,
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/TestSuite/
H A DDataProvider.php20 foreach ($this->tests as $test) {
21 $test->setDependencies($dependencies);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DBaseTestRunner.php85 $test = $suiteMethod->invoke(null, $testClass->getName());
98 $test = new PHPUnit_Framework_TestSuite($testClass);
100 $test = new PHPUnit_Framework_TestSuite;
101 $test->setName($suiteClassName);
107 return $test;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DGroup.php30 function ($test) {
31 return spl_object_hash($test);
46 $test = $this->getInnerIterator()->current();
48 if ($test instanceof PHPUnit_Framework_TestSuite) {
52 return $this->doAccept(spl_object_hash($test));
H A DTest.php90 $test = $this->getInnerIterator()->current();
92 if ($test instanceof PHPUnit_Framework_TestSuite) {
96 if ($test instanceof PHPUnit_Framework_WarningTestCase) {
97 $name = $test->getMessage();
99 $tmp = PHPUnit_Util_Test::describe($test, false);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php800 $test = new PHPUnit_Extensions_PhptTestCase($this->arguments['test']);
803 $this->arguments['test']->addTest($test);
H A DResultPrinter.php412 * @param PHPUnit_Framework_Test $test
425 * @param PHPUnit_Framework_Test $test
438 * @param PHPUnit_Framework_Test $test
451 * @param PHPUnit_Framework_Test $test
464 * @param PHPUnit_Framework_Test $test
477 * @param PHPUnit_Framework_Test $test
513 * @param PHPUnit_Framework_Test $test
521 PHPUnit_Util_Test::describe($test)
530 * @param PHPUnit_Framework_Test $test
548 if (!$test->hasExpectationOnOutput()) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php48 * @param PHPUnit_Framework_Test $test
54 $this->writeNotOk($test, 'Error');
60 * @param PHPUnit_Framework_Test $test
66 $this->writeNotOk($test, 'Warning');
78 $this->writeNotOk($test, 'Failure');
114 * @param PHPUnit_Framework_Test $test
126 * @param PHPUnit_Framework_Test $test
146 * @param PHPUnit_Framework_Test $test
190 * @param PHPUnit_Framework_Test $test
216 $this->writeDiagnostics($test);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php44 $test = new Success;
45 $result = $test->run();
56 $test = new Failure;
57 $result = $test->run();
69 $result = $test->run();
179 $test = new WasRun;
180 $test->run();
280 $test->run();
570 $test->run();
654 $test->runBare();
[all …]
H A DTestFailureTest.php15 $test = new self(__FUNCTION__);
17 $failure = new PHPUnit_Framework_TestFailure($test, $exception);
H A DTestImplementorTest.php17 $test = new DoubleTestCase(new Success);
18 $test->run($result);
20 $this->assertCount(count($test), $result);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2382/
H A DIssue2382Test.php9 public function testOne($test) argument
11 $this->assertInstanceOf(\Exception::class, $test);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2811.phpt20 OK (1 test, 2 assertions)
H A D322.phpt21 Starting test 'Issue322Test::testOne'.
26 OK (1 test, 0 assertions)
H A D445.phpt7 $_SERVER['argv'][2] = '--disallow-test-output';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-issue-2859.phpt17 OK (1 test, 1 assertion)
H A Ddependencies-isolation.phpt33 This test depends on "DependencyFailureTest::testOne" to pass.
36 This test depends on "DependencyFailureTest::testTwo" to pass.
39 This test depends on "DependencyFailureTest::testOne" to pass.
H A Dfilter-dataprovider-by-only-string-isolation.phpt2 phpunit --process-isolation --filter @false\ test DataProviderFilterTest ../_files/DataProviderFilt…
8 $_SERVER['argv'][4] = '@false test';
21 OK (1 test, 1 assertion)

1...<<31323334353637383940>>...51