示例#1
0
 public function testAllDelimitersInFile()
 {
     $this->prepareTextChainForChunk();
     $this->assertEquals(["[warnings-2015-8-9]", "[notice-2015-8-10]", "[dangerous-2015-8-11]", "[warnings-2015-8-14]"], $this->textChains->allDelimitersInFile());
 }