コード例 #1
0
ファイル: BasicTest.php プロジェクト: dbirchak/numbers.php
 /**
  * @covers NumbersPHP\Basic::fallingFactorial
  * @expectedException \Exception
  */
 public function testFallingFactorialException()
 {
     \NumbersPHP\Basic::fallingFactorial(-2, 5);
 }