Skip to content

Commit

Permalink
v3.2.6
Browse files Browse the repository at this point in the history
* Add `Orchestra\Testbench\TestCase::loadMigrationsFrom()` to migrate during setup and add an event to rollback the migration during teardown. ([@loren138](https://github.com/loren138))
* Add `TokenMismatchException` to `Orchestra\Testbench\Exceptions\ApplicationHandler::$dontReport` array. ([@lancepioch](https://github.com/lancepioch))

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 18, 2016
1 parent 0421e15 commit 1f475df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changes.md
Expand Up @@ -5,6 +5,11 @@ title: Testbench Change Log

## Version 3.2 {#v3-2}

### v3.2.6 {#v3-2-6}

* Add `Orchestra\Testbench\TestCase::loadMigrationsFrom()` to migrate during setup and add an event to rollback the migration during teardown. ([@loren138](https://github.com/loren138))
* Add `TokenMismatchException` to `Orchestra\Testbench\Exceptions\ApplicationHandler::$dontReport` array. ([@lancepioch](https://github.com/lancepioch))

### v3.2.5 {#v3-2-5}

* Update `validation.php` language file for image dimensions validation rule.
Expand Down

0 comments on commit 1f475df

Please sign in to comment.