コード例 #1
0
ファイル: PlayByPlayParserTest.php プロジェクト: gnumast/nhl
 /**
  * Test-wide setup
  */
 public static function setUpBeforeClass()
 {
     self::$climate = new \League\CLImate\CLImate();
     self::$command = new \NHL\Command(self::$climate);
 }