Searched refs:assertStringEndsWith (Results 1 – 7 of 7) sorted by relevance
/plugin/mdpage/vendor/cebe/markdown/tests/ |
H A D | MarkdownTest.php | 55 …$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 D | GithubMarkdownTest.php | 75 …$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 D | RendererTest.php | 67 $this->assertStringEndsWith('dl ist egal.', $result);
|
/plugin/yuriigantt/_test/Drivers/ |
H A D | embedded.test.php | 57 $this->assertStringEndsWith('~~~~~~~~~~~', $instructions[1][1][3]);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 3054 $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 D | Functions.php | 1257 function assertStringEndsWith($suffix, $string, $message = '') function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 1840 public static function assertStringEndsWith($suffix, $string, $message = '') function in PHPUnit_Framework_Assert
|