コード例 #1
0
ファイル: SimpleTest.php プロジェクト: crodas/notoj
 public function testCallableFunction()
 {
     $fs = new \Notoj\Filesystem(array(__DIR__));
     $this->assertEquals(1, $fs->getOne('callable')->getObject()->exec());
 }