Esempio n. 1
0
 public static function setUpBeforeClass()
 {
     self::$climate = new \League\CLImate\CLImate();
     self::$command = new \NHL\Command(self::$climate);
     self::$command->config = new \NHL\Config(__DIR__ . DIRECTORY_SEPARATOR . 'test.ini');
 }