示例#1
0
 /**
  * Test method for the <code>#safari</code> function.
  */
 public function testSafari()
 {
     $this->assertEquals(10, Platform::safari()->getValue());
 }