public static function PHPUnit_Framework_Assert::isNull

Returns a PHPUnit_Framework_Constraint_IsNull matcher object.

@since Method available since Release 3.3.0

Return value

PHPUnit_Framework_Constraint_IsNull

6 calls to PHPUnit_Framework_Assert::isNull()

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php, line 2414

Class

PHPUnit_Framework_Assert
A set of assert methods.

Code

public static function isNull() {
  return new PHPUnit_Framework_Constraint_IsNull();
}