コード例 #1
0
ファイル: BladeTest.php プロジェクト: Antarus66/laravel-rbac
 public function testDirectives()
 {
     Blade::compile('test.blade.php');
     $this->assertEquals(file_get_contents(Blade::getCompiledPath('test.blade.php')), file_get_contents('test.compiled.php'));
 }