Пример #1
0
 public function testCallableFunction()
 {
     $fs = new \Notoj\Filesystem(array(__DIR__));
     $this->assertEquals(1, $fs->getOne('callable')->getObject()->exec());
 }