コード例 #1
0
ファイル: DecimalTest.php プロジェクト: harley84/php-driver
 /**
  * @expectedException        RuntimeException
  * @expectedExceptionMessage Not implemented
  */
 public function testSqrt()
 {
     $decimal = new Decimal("4");
     $decimal->sqrt();
 }