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