Home
last modified time | relevance | path

Searched refs:true (Results 4076 – 4100 of 6699) sorted by last modified time

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderDebugTest.php9 $this->assertTrue(true);
23 $obj->boolean = true;
38 [null, true, 1, 1.0],
H A DExceptionInTearDownTest.php12 $this->setUp = true;
17 $this->assertPreConditions = true;
22 $this->testSomething = true;
27 $this->assertPostConditions = true;
32 $this->tearDown = true;
H A DExceptionInTest.php12 $this->setUp = true;
17 $this->assertPreConditions = true;
22 $this->testSomething = true;
28 $this->assertPostConditions = true;
33 $this->tearDown = true;
H A DIgnoreCodeCoverageClass.php9 return true;
H A DMockable.php14 return true;
19 return true;
24 $this->cloned = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/DataProviderIssue2859/tests/another/
H A DTestWithDataProviderTest.php14 $this->assertTrue(true);
19 return [[true]];
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnonexistent_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NonExistentClass', array(), 'MockFoo', true, true)
13 true,
14 true
66 public function __phpunit_verify($unsetInvocationMocker = true)
H A Dscalar_type_declarations.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
24 true,
25 true
57 'Foo', 'bar', $arguments, '', $this, true
95 public function __phpunit_verify($unsetInvocationMocker = true)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/
H A DObjectTest.php79 $cloneObjects = true;
H A DStaticTest.php60 $cloneObjects = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php987 $prop->setAccessible(true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DMockable.php15 return true;
21 return true;
26 $this->cloned = true;
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DMemoryEfficientLongestCommonSubsequenceImplementation.php36 if (\in_array($from[0], $to, true)) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DCodeExporter.php65 return var_export($variable, true);
68 return 'unserialize(' . var_export(serialize($variable), true) . ')';
77 $result = true;
H A DSnapshot.php95true, $includeStaticAttributes = true, $includeConstants = true, $includeFunctions = true, $includ…
244 $constants = get_defined_constants(true);
351 $attribute->setAccessible(true);
410 return true;
421 return true;
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php33 array(true),
54 $obj->boolean = true;
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php130 return ['file' => $file, 'valid' => true];
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php53 $dumpObjectAsInlineMap = true;
78 $dumpObjectAsInlineMap = true;
H A DInline.php126 switch (true) {
163 case true === $value:
216 return true;
223 return true;
430 $isKeyQuoted = \in_array($mapping[$i], ['"', "'"], true);
454 $allowOverwrite = true;
565 switch (true) {
571 return true;
575 switch (true) {
615 switch (true) {
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsErrorTests.yml3 todo: true
H A DYtsFlowCollections.yml27 todo: true
52 todo: true
H A DbooleanMappingKeys.yml5 true: true
9 'true' => true,
H A DescapedCharacters.yml131 todo: true
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php42 $this->assertEquals($expected, var_export($this->parser->parse($yaml), true), $comment);
1817 $tests[] = [var_export($expected, true), $test['yaml'], $test['test']];
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php23 … new Twig_SimpleFilter('truncate', 'twig_truncate_filter', array('needs_environment' => true)),
24 … new Twig_SimpleFilter('wordwrap', 'twig_wordwrap_filter', array('needs_environment' => true)),

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