Commit Graph
12 Commits
Author SHA1 Message Date
crynobone 56eca662cc Session unit test giving a weird output
Signed-off-by: crynobone <[email protected]>
2012-11-06 22:56:04 +08:00
crynobone 0d8a4ffbdd Add unit testing coverage for Laravel\HTML and improve setUp and tearDown for Form unit-test
Signed-off-by: crynobone <[email protected]>
2012-11-06 22:33:29 +08:00
crynobone 6dc6b2b5ae Rename TestForm class to FormTest, to make it consistent with all other
testcases. Also remove tearDown method, as it doesn't do anything at
this moment.

Signed-off-by: crynobone <[email protected]>
2012-11-06 19:43:13 +08:00
crynobone 72dbf5ddeb Add full code coverage for Laravel\Form
Signed-off-by: crynobone <[email protected]>
2012-11-06 17:42:35 +08:00
crynobone dace3d5091 Add additional tests
Signed-off-by: crynobone <[email protected]>
2012-11-05 22:33:34 +08:00
crynobone 915becdb69 Improve Blade unit-test code coverage
Signed-off-by: crynobone <[email protected]>
2012-11-05 22:07:19 +08:00
crynobone fd86aef25a Trivial improvement to Laravel, while it is not documented, it has been a standard in Laravel to use tab as indentation and new line for curly bracket
Signed-off-by: crynobone <[email protected]>
2012-10-15 23:35:53 +08:00
crynobone d816eb9ef3 Refix unit testing for Laravel
Signed-off-by: crynobone <[email protected]>
2012-08-01 13:05:59 +08:00
crynobone c50646dfe8 Missing </head> close tag 2012-05-08 09:49:36 +08:00
crynobone ec9f5f1995 Add support for Form::select with optgroup, solved #526 2012-05-07 20:43:40 +08:00
crynobone 2f2b0416aa Google Pretty Print never loaded, there's no need to include it. 2012-05-07 19:24:48 +08:00
crynobone 57f94a7829 Validator: During replace :attribute, need to verify Lang::has('key') instead of checking is_null()
Signed-off-by: crynobone <[email protected]>
2012-05-06 00:53:33 +08:00