/**
  * @test
  */
 public function dir_closedirTest()
 {
     $this->mockStreamWrapper->expects($this->once())->method('closeDirectory')->will($this->returnValue(true));
     $this->assertTrue($this->streamWrapperAdapter->dir_closedir());
 }