示例#1
0
 public function testGetContents()
 {
     $dir = new Directory($this->filesystem);
     $content = $dir->getContents();
     $this->assertInstanceOf('Bolt\\Filesystem\\Handler\\HandlerInterface', $content[0]);
 }