Home
last modified time | relevance | path

Searched refs:assertStringNotMatchesFormat (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1722 public static function assertStringNotMatchesFormat($format, $string, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1338 function assertStringNotMatchesFormat($format, $string, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3167 $this->assertStringNotMatchesFormat(null, '');
3175 $this->assertStringNotMatchesFormat('', null);
3180 $this->assertStringNotMatchesFormat('*%s*', '**');