コード例 #1
0
ファイル: BladeTest.php プロジェクト: jawngee/Stem
 public function testDoesntExist()
 {
     $this->assertFalse(Blade::exists("no-such-view"));
 }