Example #1
0
 public function testClosure()
 {
     $closure = Prototype::closure('strtolower');
     $this->assertEquals('john doe', $closure('John Doe'));
 }