Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php2437 $constraint = PHPUnit_Framework_Assert::stringEndsWith('suffix');
2464 $constraint = PHPUnit_Framework_Assert::stringEndsWith('suffix');
2488 PHPUnit_Framework_Assert::stringEndsWith('suffix')
2517 PHPUnit_Framework_Assert::stringEndsWith('suffix')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php2140 function stringEndsWith($suffix) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2729 public static function stringEndsWith($suffix) function in PHPUnit_Framework_Assert