Home
last modified time | relevance | path

Searched refs:assertFalse (Results 126 – 150 of 194) sorted by last modified time

12345678

/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClassTest.php71 $this->assertFalse($token->hasInterfaces());
H A DInterfaceTest.php55 $this->assertFalse(
65 $this->assertFalse(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1118 public static function assertFalse($condition, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1648 $this->assertFalse(false);
1651 $this->assertFalse(true);
H A DConstraintTest.php17 $this->assertFalse($constraint->evaluate([], '', true));
117 $this->assertFalse($constraint->evaluate('foo', '', true));
143 $this->assertFalse($constraint->evaluate('foo', '', true));
169 $this->assertFalse($constraint->evaluate('foo', '', true));
299 $this->assertFalse($constraint->evaluate(0, '', true));
403 $this->assertFalse($constraint->evaluate(0, '', true));
454 $this->assertFalse($constraint->evaluate(1, '', true));
544 $this->assertFalse($constraint->evaluate(0, '', true));
852 $this->assertFalse($constraint->evaluate(1, '', true));
1172 $this->assertFalse($constraint->evaluate(0, '', true));
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1335/
H A DIssue1335Test.php35 $this->assertFalse($GLOBALS['globalBoolFalse']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DPHPTest.php24 $this->assertFalse($phpMock->useStderrRedirection());
40 $this->assertFalse($phpMock->useStderrRedirection());
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DMockObjectComparatorTest.php132 $this->assertFalse(
H A DObjectComparatorTest.php116 $this->assertFalse(
H A DResourceComparatorTest.php88 $this->assertFalse(
H A DDoubleComparatorTest.php100 $this->assertFalse(
H A DNumericComparatorTest.php88 $this->assertFalse(
H A DScalarComparatorTest.php124 $this->assertFalse(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DExpressionLanguageExclusionStrategyTest.php60 self::assertFalse($this->exclusionStrategy->shouldSkipProperty($metadata, $this->context));
H A DDisjunctExclusionStrategyTest.php79 self::assertFalse($strat->shouldSkipClass($metadata, $context));
146 self::assertFalse($strat->shouldSkipProperty($metadata, $context));
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DClassMetadataTest.php39 $this->assertFalse($metadata->isFresh());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php49 self::assertFalse($m->isList);
50 self::assertFalse($m->isMap);
284 self::assertFalse($m->xmlDiscriminatorAttribute);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DContextTest.php157 self::assertFalse($context->isVisiting($scalar));
209 self::assertFalse($context->shouldSerializeNull());
212 self::assertFalse($context->shouldSerializeNull());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DLazyEventDispatcherTest.php25 self::assertFalse($this->dispatcher->hasListeners('foo', 'Foo', 'json'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php46 self::assertFalse($obj->__isInitialized());
64 self::assertFalse($obj->__isInitialized());
75 self::assertFalse($obj->__isInitialized());
90 self::assertFalse($obj->__isInitialized());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DAutoloaderTest.php19 …$this->assertFalse(class_exists('FooBarFoo'), '->autoload() does not try to load classes that does…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DForTest.php39 $this->assertFalse($node->hasNode('else'));
H A DIncludeTest.php25 $this->assertFalse($node->hasNode('variables'));
27 $this->assertFalse($node->getAttribute('only'));
H A DSetTest.php31 $this->assertFalse($node->getAttribute('capture'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php643 function assertFalse($condition, $message = '') function

12345678