Home
last modified time | relevance | path

Searched refs:assertNull (Results 76 – 100 of 133) sorted by path

123456

/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-mock-objects/tests/
H A DGeneratorTest.php198 $this->assertNull($mock->someMethod());
H A DMockBuilderTest.php24 $this->assertNull($mock->mockableMethod());
25 $this->assertNull($mock->anotherMockableMethod());
34 $this->assertNull($mock->mockableMethod());
45 $this->assertNull($mock->anotherMockableMethod());
54 $this->assertNull($mock->mockableMethod());
55 $this->assertNull($mock->anotherMockableMethod());
89 $this->assertNull($mock->constructorArgs);
H A DMockObjectTest.php875 $this->assertNull($foo->bar($a, $b, $c));
897 $this->assertNull($foo->bar($a, $b, $c));
/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/src/Framework/
H A DAssert.php1142 public static function assertNull($actual, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1149 function assertNull($actual, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1594 $this->assertNull(null);
1597 $this->assertNull(new stdClass);
H A DConstraintTest.php506 $this->assertNull($constraint->evaluate(null));
H A DTestCaseTest.php598 $this->assertNull($mock->foo());
599 $this->assertNull($mock->bar());
607 $this->assertNull($mock->foo());
648 $this->assertNull($mock->bar());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1351/
H A DIssue1351Test.php17 $this->assertNull($this->instance);
36 $this->assertNull($this->instance);
/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/sebastian/comparator/tests/
H A DArrayComparatorTest.php148 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DDOMNodeComparatorTest.php147 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DDateTimeComparatorTest.php180 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DDoubleComparatorTest.php120 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DExceptionComparatorTest.php122 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DMockObjectComparatorTest.php152 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DNumericComparatorTest.php108 $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 DScalarComparatorTest.php144 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DSplObjectStorageComparatorTest.php122 $this->assertNull($exception, 'Unexpected ComparisonFailure');

123456