예제 #1
0
파일: BladeTest.php 프로젝트: jawngee/Stem
 public function testDoesntExist()
 {
     $this->assertFalse(Blade::exists("no-such-view"));
 }