Add full code coverage for Laravel\Form

Signed-off-by: crynobone <[email protected]>
This commit is contained in:
crynobone
2012-11-06 17:42:35 +08:00
parent 1ddb4bb6cd
commit 72dbf5ddeb
2 changed files with 447 additions and 1 deletions
-1
View File
@@ -117,5 +117,4 @@ class BladeTest extends PHPUnit_Framework_TestCase {
$this->assertEquals("<?php echo render(Config::get('application.default_view', 'user.profile')); ?>", Blade::compile_string($blade2));
}
}