Home
last modified time | relevance | path

Searched refs:assertStringStartsNotWith (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3038 $this->assertStringStartsNotWith(null, null);
3046 $this->assertStringStartsNotWith('', null);
3096 $this->assertStringStartsNotWith('prefix', 'foo');
3099 $this->assertStringStartsNotWith('prefix', 'prefixfoo');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1368 function assertStringStartsNotWith($prefix, $string, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1816 public static function assertStringStartsNotWith($prefix, $string, $message = '') function in PHPUnit_Framework_Assert