Add full code coverage for Laravel\Form

Signed-off-by: crynobone <crynobone@gmail.com>
This commit is contained in:
crynobone
2012-11-06 16:35:29 +08:00
parent 1ddb4bb6cd
commit 72dbf5ddeb
2 changed files with 447 additions and 1 deletions

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));
}
}