Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
* Bump to Laravel Framework v5.2.7+.
* Add `Orchestra\Testbench\ApplicationTestCase` and `Orchestra\Testbench\Exceptions\ApplicationHandler` for full Laravel integration testing support. ([@rydurham](https://github.com/rydurham))

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jan 21, 2016
1 parent bc63d7d commit 872ea88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ title: Testbench Change Log

## Version 3.2 {#v3-2}

### v3.2.1 {#v3-2-1}

* Bump to Laravel Framework v5.2.7+.
* Add `Orchestra\Testbench\ApplicationTestCase` and `Orchestra\Testbench\Exceptions\ApplicationHandler` for full Laravel integration testing support. ([@rydurham](https://github.com/rydurham))

### v3.2.0 {#v3-2-0}

* Update support for Laravel Framework v5.2.
Expand All @@ -17,7 +22,7 @@ title: Testbench Change Log

### v3.1.7 {#v3-1-7}

* Bump to Laravel Framework v5.1.27.
* Bump to Laravel Framework v5.1.27+.
* Add `Orchestra\Testbench\Traits\WithFactories` trait to allow packages to load model factories when running packages test suite.

### v3.1.6 {#v3-1-6}
Expand Down

0 comments on commit 872ea88

Please sign in to comment.