Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/tests/
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}>")…
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/
DRendererTest.php67 $this->assertStringEndsWith('dl ist egal.', $result);
/plugin/yuriigantt/_test/Drivers/
Dembedded.test.php57 $this->assertStringEndsWith('~~~~~~~~~~~', $instructions[1][1][3]);
/plugin/aichat/_test/
DTextSplitterTest.php109 $this->assertStringEndsWith('Third sentence.', $chunks[0]);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
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/
DFunctions.php1257 function assertStringEndsWith($suffix, $string, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php1840 public static function assertStringEndsWith($suffix, $string, $message = '') function in PHPUnit_Framework_Assert