MIF_E31222691/laravel/tests
Pavel Puchkin 3a46721eca Even more fluent eloquent model via magic setters
Now it is possible to use Eloquent's magic setters in chains. For example:

    $model->set_foo('foo')->take(10)->set_bar(some_function());
    // ...even though setters 'foo' and 'bar' are not defined on the model
2013-05-08 18:28:22 +11:00
..
application added validation message to language file for required_with 2012-12-19 12:05:51 -07:00
bundles Import testing bundle to laravel/tests directory. 2012-07-13 00:14:03 +02:00
cases Even more fluent eloquent model via magic setters 2013-05-08 18:28:22 +11:00
storage Import testing bundle to laravel/tests directory. 2012-07-13 00:14:03 +02:00
phpunit.php Change inner workings of test runner to use different bootstrap file when testing the core. 2012-07-13 03:02:30 +02:00