vernova/laravel/tests/cases
Taylor Otwell 22c2c3843a Merge pull request #1485 from laravie/feature/auth-events
Add 'laravel.auth: login' and 'laravel.auth: logout' events.
2013-01-05 11:58:57 -08:00
..
asset.test.php Refix unit testing for Laravel 2012-08-01 13:05:59 +08:00
auth.test.php Update auth test case 2012-11-29 22:18:24 +08:00
autoloader.test.php
blade.test.php Automatically apply entitiesto output using blade 2012-12-17 02:38:06 +11:00
bundle.test.php Refix unit testing for Laravel 2012-08-01 13:05:59 +08:00
config.test.php
controller.test.php Refix unit testing for Laravel 2012-08-01 13:05:59 +08:00
cookie.test.php Use hash_hmac on cookie hashes. 2012-09-25 16:43:58 -04:00
database.test.php
eloquent.test.php Fix unit test - relationships are now properly hidden, too. 2012-11-24 22:11:30 +01:00
event.test.php
fluent.test.php
form.test.php Add unit testing coverage for Laravel\HTML and improve setUp and tearDown for Form unit-test 2012-11-06 22:33:29 +08:00
hash.test.php
html.test.php Add unit testing coverage for Laravel\HTML and improve setUp and tearDown for Form unit-test 2012-11-06 22:33:29 +08:00
input.test.php Refix unit testing for Laravel 2012-08-01 13:05:59 +08:00
ioc.test.php
lang.test.php
messages.test.php
query.test.php
redirect.test.php Refix unit testing for Laravel 2012-08-01 13:05:59 +08:00
request.test.php
response.test.php
route.test.php
routing.test.php
session.test.php Session unit test giving a weird output 2012-11-06 22:56:04 +08:00
str.test.php Added traffic and chassis as uncountable words to properly feed pluralizer 2012-09-10 11:25:08 -07:00
uri.test.php Refix unit testing for Laravel 2012-08-01 13:05:59 +08:00
url.test.php Add unit testing coverage for Laravel\HTML and improve setUp and tearDown for Form unit-test 2012-11-06 22:33:29 +08:00
validator.test.php added validation message to language file for required_with 2012-12-19 12:05:51 -07:00
view.test.php