Home
last modified time | relevance | path

Searched refs:assertNotTrue (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1105 public static function assertNotTrue($condition, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1633 $this->assertNotTrue(false);
1634 $this->assertNotTrue(1);
1635 $this->assertNotTrue('true');
1638 $this->assertNotTrue(true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php627 function assertNotTrue($condition, $message = '') function