Skip to content

Commit 72dbf5d

Browse files
committed
Add full code coverage for Laravel\Form
Signed-off-by: crynobone <crynobone@gmail.com>
1 parent 1ddb4bb commit 72dbf5d

File tree

2 files changed

+447
-1
lines changed

2 files changed

+447
-1
lines changed

laravel/tests/cases/blade.test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,4 @@ public function testRendersAreCompiledCorrectly()
117117
$this->assertEquals("<?php echo render(Config::get('application.default_view', 'user.profile')); ?>", Blade::compile_string($blade2));
118118

119119
}
120-
121120
}

0 commit comments

Comments
 (0)