コード例 #1
0
ファイル: ReadTest.php プロジェクト: pradeep-wagento/magento2
 public function testStat()
 {
     $result = 'content';
     $this->driver->expects($this->once())->method('stat')->with($this->path)->will($this->returnValue($result));
     $this->assertEquals($result, $this->file->stat());
 }