コード例 #1
0
ファイル: PlatformTest.php プロジェクト: BWorld/php-pushwoosh
 /**
  * Test method for the <code>#windows8</code> function.
  */
 public function testWindows8()
 {
     $this->assertEquals(8, Platform::windows8()->getValue());
 }