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