示例#1
0
 /**
  * @covers \Core\FileSystem\FileSystemKernel::isWritable
  */
 public function testFileIsWritable()
 {
     $this->assertTrue(FileSystem::isWritable(vfsStream::url('root/dir2/file4.txt')));
 }