Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1862 public static function assertStringEndsNotWith($suffix, $string, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1242 function assertStringEndsNotWith($suffix, $string, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3070 $this->assertStringEndsNotWith(null, null);
3078 $this->assertStringEndsNotWith('', null);
3122 $this->assertStringEndsNotWith('suffix', 'foo');
3125 $this->assertStringEndsNotWith('suffix', 'foosuffix');