예제 #1
0
파일: HTMLTest.php 프로젝트: nochso/diff
 public function formatWithoutLineNumberProvider()
 {
     return TestProvider::fromFile('html.without.linenumber.txt');
 }
예제 #2
0
파일: TextTest.php 프로젝트: nochso/diff
 public function contextProvider()
 {
     return TestProvider::fromFile('text.context.txt');
 }
예제 #3
0
 public function contextProvider()
 {
     return TestProvider::fromFile('githubmarkdown.context.txt');
 }
예제 #4
0
파일: POSIXTest.php 프로젝트: nochso/diff
 public function cliEscaperProvider()
 {
     return TestProvider::fromFile('posix.cliescape.txt');
 }