Beispiel #1
0
 /**
  * Test method for the <code>#iOS()</code> function.
  */
 public function testIOS()
 {
     $this->assertEquals(1, Platform::iOS()->getValue());
 }