Example #1
0
 /**
  * @covers ::getFilesystem
  */
 public function testGetFilesystem()
 {
     $project = new Project(array(), array(), false);
     $fs = $project->getFilesystem();
     $this->assertInstanceOf('Illuminate\\Filesystem\\Filesystem', $fs);
 }