Example #1
0
 public function testPath()
 {
     $view = new \Rapid\View();
     $view->setFile($this->path);
     $this->assertEquals($this->path, $view->file(), 'File paths don\'t match');
 }