Home
last modified time | relevance | path

Searched refs:true (Results 4051 – 4075 of 6699) sorted by last modified time

1...<<161162163164165166167168169170>>...268

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSandboxTokenParser.php37 $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php24 $nonce = hash('sha256', uniqid(mt_rand(), true));
42 @mkdir($dir, 0777, true);
96 @mkdir($this->directory, 0555, true);
118 @mkdir($this->directory, 0777, true);
138 @mkdir($key, 0777, true);
149 @mkdir($dir, 0777, true);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php74 'debug' => true,
224 … $twig = new Environment($loader, ['cache' => $cache, 'auto_reload' => true, 'debug' => false]);
251 … $twig = new Environment($loader, ['cache' => $cache, 'auto_reload' => true, 'debug' => false]);
265 ->will($this->returnValue(true));
279 … $twig = new Environment($loader, ['cache' => $cache, 'auto_reload' => true, 'debug' => false]);
351 $found = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DNot.php91 $success = !$this->constraint->evaluate($other, $description, true);
H A DOr.php63 if ($constraint->evaluate($other, $description, true)) {
64 $success = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Error/
H A DDeprecated.php21 public static $enabled = true;
H A DNotice.php21 public static $enabled = true;
H A DWarning.php21 public static $enabled = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php697 $risky = true;
703 $warning = true;
705 $failure = true;
708 $risky = true;
715 $warning = true;
717 $error = true;
736 $error = true;
740 $error = true;
771 $risky = true;
917 $this->stop = true;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DGroup.php49 return true;
H A DTest.php93 return true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php24 'useDefaultConfiguration' => true,
112 public static function main($exit = true)
125 public function run(array $argv, $exit = true)
341 ini_set($ini[0], true);
347 $this->arguments['debug'] = true;
436 $this->arguments['listGroups'] = true;
476 $this->arguments['stderr'] = true;
571 $this->arguments['verbose'] = true;
633 $this->handleSelfUpdate(true);
971 'verify_peer' => true
[all …]
H A DResultPrinter.php170 $this->colors = true;
231 $this->defectListPrinted = true;
400 $this->writeWithColor($color, '.', true);
419 $this->lastTestFailed = true;
432 $this->lastTestFailed = true;
445 $this->lastTestFailed = true;
458 $this->lastTestFailed = true;
471 $this->lastTestFailed = true;
484 $this->lastTestFailed = true;
634 protected function writeWithColor($color, $buffer, $lf = true)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php158 $this->document = PHPUnit_Util_XML::loadFile($filename, false, true, true);
210 $addUncoveredFilesFromWhitelist = true;
221 true
319 true
581 true
601 true
608 true
615 true
766 $result['deprecatedCheckForUnintentionallyCoveredCodeSettingUsed'] = true;
1004 return true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php30 protected $testSuccessful = true;
195 $this->testSuccessful = true;
206 if ($this->testSuccessful === true) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DCountTest.php19 $this->assertTrue($countConstraint->evaluate([], '', true));
24 $this->assertTrue($countConstraint->evaluate($it, '', true));
34 $countConstraint->evaluate($it, '', true);
38 $countConstraint->evaluate($it, '', true);
42 $countConstraint->evaluate($it, '', true);
49 $countConstraint->evaluate($it, '', true);
53 $countConstraint->evaluate($it, '', true);
57 $countConstraint->evaluate($it, '', true);
69 $countConstraint->evaluate($generator, '', true);
78 $countConstraint->evaluate($generator, '', true);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php406 $test->setRunTestInSeparateProcess(true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1149/
H A DIssue1149Test.php6 $this->assertTrue(true);
15 $this->assertTrue(true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1265/
H A DIssue1265Test.php6 $this->assertTrue(true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1437.phpt21 Failed asserting that false is true.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2158/
H A DIssue2158Test.php10 $this->assertTrue(true);
H A Dconstant.inc3 define('TEST_CONSTANT', true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php75 'addUncoveredFilesFromWhitelist' => true,
231 'const' => ['FOO' => false, 'BAR' => true],
233 'env' => ['foo' => true],
255 $this->assertEquals(true, BAR);
257 $this->assertEquals(true, $_ENV['foo']);
258 $this->assertEquals(true, getenv('foo'));
278 $this->assertEquals(true, getenv('foo'));
291 $this->assertEquals(true, $_ENV['foo']);
299 'backupGlobals' => true,
307 'convertErrorsToExceptions' => true,
[all …]
H A DTestTest.php497 $this->assertEquals([['ab'], [true], [null]], $result);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DBeforeClassWithOnlyDataProviderTest.php15 self::$setUpBeforeClassWasCalled = true;
23 self::$beforeClassWasCalled = true;

1...<<161162163164165166167168169170>>...268