コード例 #1
0
ファイル: pramda.php プロジェクト: kapolos/pramda
 public function testDec()
 {
     $this->assertEquals(2, P::dec(3, 1));
 }