Esempio n. 1
0
 private function refreshAllLinesTextFileClassVariables()
 {
     $this->file->extractAgainAllLinesIntoArray();
 }
Esempio n. 2
0
 public function testExtractAgainAllLinesIntoArray()
 {
     $this->assertEquals($this->data, $this->file->extractAgainAllLinesIntoArray());
 }