Пример #1
0
 public function testDoesntExist()
 {
     $this->assertFalse(Blade::exists("no-such-view"));
 }