Home
last modified time | relevance | path

Searched refs:assertStringEndsWith (Results 1 – 7 of 7) sorted by relevance

/plugin/mdpage/vendor/cebe/markdown/tests/
H A DMarkdownTest.php55 …$this->assertStringEndsWith(">{$utfNaturalUrl}</a>", $parser->parseParagraph("<{$utfNaturalUrl}>")…
56 …$this->assertStringEndsWith(">{$utfNaturalUrl}</a>", $parser->parseParagraph("<{$utfEncodedUrl}>")…
57 …$this->assertStringEndsWith(">{$eucEncodedUrl}</a>", $parser->parseParagraph("<{$eucEncodedUrl}>")…
H A DGithubMarkdownTest.php75 …$this->assertStringEndsWith(">{$utfNaturalUrl}</a>", $parser->parseParagraph($utfNaturalUrl), "Nat…
76 …$this->assertStringEndsWith(">{$utfNaturalUrl}</a>", $parser->parseParagraph($utfEncodedUrl), "Enc…
77 …$this->assertStringEndsWith(">{$eucEncodedUrl}</a>", $parser->parseParagraph($eucEncodedUrl), "Non…
/plugin/structautolink/_test/
H A DRendererTest.php67 $this->assertStringEndsWith('dl ist egal.', $result);
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php57 $this->assertStringEndsWith('~~~~~~~~~~~', $instructions[1][1][3]);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3054 $this->assertStringEndsWith(null, null);
3062 $this->assertStringEndsWith('', null);
3109 $this->assertStringEndsWith('suffix', 'foosuffix');
3112 $this->assertStringEndsWith('suffix', 'foo');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1257 function assertStringEndsWith($suffix, $string, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1840 public static function assertStringEndsWith($suffix, $string, $message = '') function in PHPUnit_Framework_Assert