Home
last modified time | relevance | path

Searched refs:assertNull (Results 76 – 100 of 133) sorted by last modified time

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php598 $this->assertNull($mock->foo());
599 $this->assertNull($mock->bar());
607 $this->assertNull($mock->foo());
648 $this->assertNull($mock->bar());
H A DAssertTest.php1594 $this->assertNull(null);
1597 $this->assertNull(new stdClass);
H A DConstraintTest.php506 $this->assertNull($constraint->evaluate(null));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php470 $this->assertNull($result);
H A DXMLTest.php29 $this->assertNull($e, sprintf(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/
H A DConsecutiveParametersTest.php17 $this->assertNull($mock->foo('bar'));
18 $this->assertNull($mock->foo(21, 42));
33 $this->assertNull($mock->foo('bar'));
34 $this->assertNull($mock->foo(21, 42));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php875 $this->assertNull($foo->bar($a, $b, $c));
897 $this->assertNull($foo->bar($a, $b, $c));
H A DGeneratorTest.php198 $this->assertNull($mock->someMethod());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFactoryRuntimeLoaderTest.php27 $this->assertNull($loader->load('stdClass'));
H A DTemplateTest.php314 $this->assertNull($template->getAttribute($object, 'foo'));
457 $this->assertNull($template->getAttribute($getIsObject, 'get'));
459 $this->assertNull($template->getAttribute($getIsObject, 0));
H A DAutoloaderTest.php22 …$this->assertNull($autoloader->autoload('Foo'), '->autoload() returns false if it is not able to l…
H A DContainerRuntimeLoaderTest.php40 $this->assertNull($loader->load('Foo'));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php43 $this->assertNull($root->getParent());
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DFunctionTest.php96 $this->assertNull($this->functions[0]->getDocblock());
108 $this->assertNull($this->functions[3]->getDocblock());
109 $this->assertNull($this->functions[4]->getDocblock());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1142 public static function assertNull($actual, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DMockObjectComparatorTest.php152 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DObjectComparatorTest.php136 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DResourceComparatorTest.php108 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DDoubleComparatorTest.php120 $this->assertNull($exception, 'Unexpected ComparisonFailure');
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php154 $this->assertNull($factory->getMetadataForClass('stdClass'));
238 $this->assertNull($factory->getMetadataForClass('Metadata\Tests\Fixtures\TestObject'));
245 $this->assertNull($factory->getMetadataForClass('Metadata\Tests\Fixtures\TestObject'));
273 $this->assertNull($factory->getMetadataForClass('Metadata\Tests\Fixtures\TestObject'));
279 $this->assertNull($factory->getMetadataForClass('Metadata\Tests\Fixtures\TestObject'));
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DDriverChainTest.php48 $this->assertNull($driver->loadMetadataForClass(new \ReflectionClass('\stdClass')));
57 $this->assertNull($driver->loadMetadataForClass(new \ReflectionClass('\stdClass')));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrineDriverTest.php80 self::assertNull($metadata->propertyMetadata['slug']->type);
112 self::assertNull($doctrineMetadata->propertyMetadata['ref']->type);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php209 self::assertNull($dObj->getNullProperty());
800 self::assertNull($this->getField($deserialized, 'id'));
812 self::assertNull($this->getField($deserialized, 'id'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php100 self::assertNull($author);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1149 function assertNull($actual, $message = '') function

123456