Beispiel #1
0
 public function testUnary()
 {
     $strl = P::unary('strtolower');
     $this->assertEquals('aaa', $strl('AAA'));
 }