Home
last modified time | relevance | path

Searched refs:logicalNot (Results 1 – 5 of 5) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php569 ->with($this->logicalNot($this->identicalTo($x)));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php603 static::assertThat($actual, static::logicalNot(static::isEmpty()), $message);
1107 static::assertThat($condition, static::logicalNot(static::isTrue()), $message);
1133 static::assertThat($condition, static::logicalNot(static::isFalse()), $message);
1155 static::assertThat($actual, static::logicalNot(static::isNull()), $message);
2255 public static function logicalNot(PHPUnit_Framework_Constraint $constraint) function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1932 function logicalNot(PHPUnit_Framework_Constraint $constraint) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2814 $this->logicalNot($this->anything())
H A DConstraintTest.php62 $constraint = PHPUnit_Framework_Assert::logicalNot(
90 $constraint = PHPUnit_Framework_Assert::logicalNot(
243 $constraint = PHPUnit_Framework_Assert::logicalNot(
273 $constraint = PHPUnit_Framework_Assert::logicalNot(
347 $constraint = PHPUnit_Framework_Assert::logicalNot(
375 $constraint = PHPUnit_Framework_Assert::logicalNot(
450 $constraint = PHPUnit_Framework_Assert::logicalNot(
478 $constraint = PHPUnit_Framework_Assert::logicalNot(
513 $constraint = PHPUnit_Framework_Assert::logicalNot(
847 $constraint = PHPUnit_Framework_Assert::logicalNot(
[all …]