Example #1
0
 /**
  * @test
  */
 public function returns_root_path_with_second_constructor_argument()
 {
     $file = new File($this->css_file(), $this->assets);
     $this->assertEquals($this->assets, $file->rootPath());
 }