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