Exemple #1
0
 public function setUp()
 {
     parent::__construct();
     $file = FIXTURES . DS . 'output' . DS . 'usage.txt';
     $this->usage = file_get_contents($file);
 }