Пример #1
0
 private function refreshAllLinesTextFileClassVariables()
 {
     $this->file->extractAgainAllLinesIntoArray();
 }
Пример #2
0
 public function testExtractAgainAllLinesIntoArray()
 {
     $this->assertEquals($this->data, $this->file->extractAgainAllLinesIntoArray());
 }