Searched refs:assertStringMatchesFormat (Results 1 – 12 of 12) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/ |
H A D | PHPTest.php | 66 $this->assertStringMatchesFormat($expectedCommandFormat, $actualCommand); 77 $this->assertStringMatchesFormat($expectedCommandFormat, $actualCommand); 88 $this->assertStringMatchesFormat($expectedCommandFormat, $actualCommand); 98 $this->assertStringMatchesFormat($expectedCommandFormat, $actualCommand);
|
/plugin/findologicxmlexport/vendor/phpunit/php-timer/tests/ |
H A D | TimerTest.php | 41 $this->assertStringMatchesFormat( 53 $this->assertStringMatchesFormat(
|
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/ |
H A D | ExporterTest.php | 177 $this->assertStringMatchesFormat( 261 $this->assertStringMatchesFormat(
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/ |
H A D | HtmlTest.php | 19 $this->assertStringMatchesFormat(<<<EOF
|
H A D | TextTest.php | 19 $this->assertStringMatchesFormat(<<<EOF
|
H A D | BlackfireTest.php | 20 $this->assertStringMatchesFormat(<<<EOF
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
H A D | FailureTest.php | 42 $this->assertStringMatchesFormat('*%s*', '**', 'message');
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/ |
H A D | NodeTestCase.php | 38 $this->assertStringMatchesFormat($source, trim($compiler->getSource()));
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 3138 $this->assertStringMatchesFormat(null, ''); 3146 $this->assertStringMatchesFormat('', null); 3151 $this->assertStringMatchesFormat('*%s*', '***'); 3159 $this->assertStringMatchesFormat('*%s*', '**'); 3183 $this->assertStringMatchesFormat('*%s*', '**');
|
H A D | ConstraintTest.php | 1180 $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/src/Framework/Assert/ |
H A D | Functions.php | 1290 function assertStringMatchesFormat($format, $string, $message = '') function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 1700 public static function assertStringMatchesFormat($format, $string, $message = '') function in PHPUnit_Framework_Assert
|