Home
last modified time | relevance | path

Searched refs:assertStringMatchesFormat (Results 1 – 12 of 12) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DFailureTest.php42 $this->assertStringMatchesFormat('*%s*', '**', 'message');
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DNodeTestCase.php38 $this->assertStringMatchesFormat($source, trim($compiler->getSource()));
/plugin/findologicxmlexport/vendor/phpunit/php-timer/tests/
H A DTimerTest.php41 $this->assertStringMatchesFormat(
53 $this->assertStringMatchesFormat(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1700 public static function assertStringMatchesFormat($format, $string, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3138 $this->assertStringMatchesFormat(null, '');
3146 $this->assertStringMatchesFormat('', null);
3151 $this->assertStringMatchesFormat('*%s*', '***');
3159 $this->assertStringMatchesFormat('*%s*', '**');
3183 $this->assertStringMatchesFormat('*%s*', '**');
H A DConstraintTest.php1180 $this->assertStringMatchesFormat(<<<EOF
1201 $this->assertStringMatchesFormat(<<<EOF
2662 … $this->assertStringMatchesFormat('contains stdClass Object &%s ()', $constraint->toString());
2673 $this->assertStringMatchesFormat(
2696 $this->assertStringMatchesFormat(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DPHPTest.php66 $this->assertStringMatchesFormat($expectedCommandFormat, $actualCommand);
77 $this->assertStringMatchesFormat($expectedCommandFormat, $actualCommand);
88 $this->assertStringMatchesFormat($expectedCommandFormat, $actualCommand);
98 $this->assertStringMatchesFormat($expectedCommandFormat, $actualCommand);
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php177 $this->assertStringMatchesFormat(
261 $this->assertStringMatchesFormat(
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DHtmlTest.php19 $this->assertStringMatchesFormat(<<<EOF
H A DTextTest.php19 $this->assertStringMatchesFormat(<<<EOF
H A DBlackfireTest.php20 $this->assertStringMatchesFormat(<<<EOF
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1290 function assertStringMatchesFormat($format, $string, $message = '') function