コード例 #1
0
 public function testStat()
 {
     $this->driver->expects($this->once())->method('stat')->will($this->returnValue(['some-stat-data']));
     $this->assertEquals(['some-stat-data'], $this->read->stat('correct-path'));
 }