Skip to content

Commit

Permalink
v3.1.5
Browse files Browse the repository at this point in the history
* Update Laravel configuration fixtures.
* Move `providers` and `aliases` configuration to fixtures `config/app.php`.
* Add `testing` database connection which use `:memory:` SQLite database.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 15, 2015
1 parent f6759fa commit 186c205
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changes.md
Expand Up @@ -5,6 +5,12 @@ title: Testbench Change Log

## Version 3.1 {#v3-1}

### v3.1.5 {#v3-1-5}

* Update Laravel configuration fixtures.
* Move `providers` and `aliases` configuration to fixtures `config/app.php`.
* Add `testing` database connection which use `:memory:` SQLite database.

### v3.1.4 {#v3-1-4}

* Update Laravel configuration fixtures, add support for new authorization feature.
Expand Down

0 comments on commit 186c205

Please sign in to comment.