Skip to content

Commit

Permalink
Release v3.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 19, 2017
1 parent 45fb29b commit 2a5bafe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench-core`.

## 3.4.1

Released: 2017-08-19


### Added

* Add `Orchestra\Testbench\Traits\CreateApplication::overrideApplicationBindings()`.
* Add `Orchestra\Testbench\Traits\CreateApplication::overrideApplicationAliases()`.
* Add `Orchestra\Testbench\Traits\CreateApplication::overrideApplicationProviders()`
* Add `sqlsrv` database configuration template.

## 3.4.0

Released: 2017-06-07
Expand Down
2 changes: 0 additions & 2 deletions src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use Illuminate\Foundation\Testing\Concerns\MakesHttpRequests;
use Orchestra\Testbench\Contracts\TestCase as TestCaseContract;
use Illuminate\Foundation\Testing\Concerns\InteractsWithConsole;
use Illuminate\Foundation\Testing\Concerns\InteractsWithSession;
use Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase;
use Illuminate\Foundation\Testing\Concerns\InteractsWithContainer;
use Illuminate\Foundation\Testing\Concerns\MocksApplicationServices;
Expand All @@ -31,7 +30,6 @@ abstract class TestCase extends BaseTestCase implements TestCaseContract
InteractsWithAuthentication,
InteractsWithConsole,
InteractsWithDatabase,
InteractsWithSession,
MocksApplicationServices,
WithFactories,
WithLaravelMigrations,
Expand Down

0 comments on commit 2a5bafe

Please sign in to comment.