Home
last modified time | relevance | path

Searched refs:true (Results 4476 – 4500 of 6699) sorted by last modified time

1...<<171172173174175176177178179180>>...268

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DXor.php59 $success = true;
64 $result = $constraint->evaluate($other, $description, true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php108 protected $preserveGlobalState = true;
444 return true;
773 $this->inIsolation !== true &&
897 $hasMetRequirements = true;
1073 $checkException = true;
1084 $checkException = true;
2045 $clone = true;
2102 return true;
2416 return true;
2425 return true;
[all …]
H A DTestSuite.php125 $argumentsValid = true;
129 $argumentsValid = true;
189 $this->testCase = true;
275 $suiteMethod = true;
545 $_test->setRunTestInSeparateProcess(true);
581 $test->setRunTestInSeparateProcess(true);
672 if ($this->testCase === true &&
737 …if ($this->testCase === true && class_exists($this->name, false) && method_exists($this->name, $af…
883 return true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php175 if ($arguments['backupStaticAttributes'] === true) {
176 $suite->setBackupStaticAttributes(true);
209 $result->stopOnError(true);
213 $result->stopOnFailure(true);
217 $result->stopOnWarning(true);
221 $result->stopOnIncomplete(true);
225 $result->stopOnRisky(true);
229 $result->stopOnSkipped(true);
269 self::$versionStringPrinted = true;
1027 true
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DBlacklist.php74 return true;
H A DFilter.php24 public static function getFilteredStacktrace($e, $asString = true)
33 if ($asString === true) {
70 if ($asString === true) {
97 return true;
H A DString.php59 return true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php36 protected $writeDocument = true;
81 protected $attachCurrentTestCase = true;
92 $this->document->formatOutput = true;
107 if ($this->writeDocument === true) {
384 $this->attachCurrentTestCase = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php117 while (true) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist86 return true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DText.php32 protected function onTest($name, $success = true)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1337/
H A DIssue1337Test.php15 'c:\\'=> [true],
16 0.9 => [true]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DStatusTest.php6 $this->assertTrue(true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
H A Dphpunit-example-extension-1.0.0.phar76 $this->initialized = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_class.tpl.dist32 public function __phpunit_verify($unsetInvocationMocker = true)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php36 '__CLASS__' => true,
37 '__DIR__' => true,
38 '__FILE__' => true,
39 '__FUNCTION__' => true,
40 '__LINE__' => true,
41 '__METHOD__' => true,
42 '__NAMESPACE__' => true,
743 $isClass = true;
1125 return true;
1140 return true;
[all …]
H A DInvocationMocker.php60 return true;
132 $hasReturnValue = true;
166 return true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DAnyParameters.php33 return true;
H A DInvokedRecorder.php66 return true;
H A DMethodName.php44 true
66 return $this->constraint->evaluate($invocation->methodName, '', true);
H A DParameters.php142 return true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dabstract_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
24 true,
25 true
57 'Foo', 'one', $arguments, '', $this, true
79 'Foo', 'two', $arguments, '', $this, true
101 'Foo', 'three', $arguments, '', $this, true
139 public function __phpunit_verify($unsetInvocationMocker = true)
H A Dclass.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
24 true,
25 true
57 'Foo', 'bar', $arguments, '', $this, true
79 'Foo', 'baz', $arguments, '', $this, true
117 public function __phpunit_verify($unsetInvocationMocker = true)
H A Dclass_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
20 true
68 public function __phpunit_verify($unsetInvocationMocker = true)
H A Dclass_dont_call_parent_clone.phpt68 public function __phpunit_verify($unsetInvocationMocker = true)

1...<<171172173174175176177178179180>>...268