Beispiel #1
0
 private function refreshAllLinesTextFileClassVariables()
 {
     $this->file->extractAgainAllLinesIntoArray();
 }
 public function testExtractAgainAllLinesIntoArray()
 {
     $this->assertEquals($this->data, $this->file->extractAgainAllLinesIntoArray());
 }