コード例 #1
0
ファイル: TextChains.php プロジェクト: hasangilak/filotherapy
 private function refreshAllLinesTextFileClassVariables()
 {
     $this->file->extractAgainAllLinesIntoArray();
 }
コード例 #2
0
 public function testExtractAgainAllLinesIntoArray()
 {
     $this->assertEquals($this->data, $this->file->extractAgainAllLinesIntoArray());
 }