Skip to content

Commit

Permalink
Prepare 6.5.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 1, 2020
2 parents ba8e94e + 327eb28 commit dc73c04
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG-5.x.md
Expand Up @@ -2,6 +2,23 @@

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

## 5.10.0

Released: 2020-12-01

### Changes

* Update minimum support for Testbench Core v5.10.0+. ([v5.9.0...v5.10.0](https://github.com/orchestral/testbench-core/compare/v5.9.0...v5.10.0))

#### Testbench Changes

##### Added

* Added `defineEnvironment()` and `defineDatabaseMigrations()` method to `Orchestra\Testbench\TestCase`.
- `defineEnvironment()` usage is identical to `getEnvironmentSetUp()` but the original function will remain functioning for now.
- Use `defineDatabaseMigrations()` to load any database migrations for the tests. This will allows Testbench to loads it early on the test cycle before to avoid it being clashing usage with `DatabaseTransactions` trait.
* Add support to read environment variable from `.env` on skeleton when it's available when used with `testbench` bin command.

## 5.9.0

Released: 2020-11-07
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG-6.x.md
Expand Up @@ -2,6 +2,28 @@

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

## 6.5.0

Released: 2020-12-01

### Changes

* Update minimum support for Testbench Core v6.7.0+. ([v6.6.0...v6.7.0](https://github.com/orchestral/testbench-core/compare/v6.6.0...v6.7.0))

#### Testbench Changes

##### Added

* Added `defineEnvironment()` and `defineDatabaseMigrations()` method to `Orchestra\Testbench\TestCase`.
- `defineEnvironment()` usage is identical to `getEnvironmentSetUp()` but the original function will remain functioning for now.
- Use `defineDatabaseMigrations()` to load any database migrations for the tests. This will allows Testbench to loads it early on the test cycle before to avoid it being clashing usage with `DatabaseTransactions` trait.
* Add support to read environment variable from `.env` on skeleton when it's available when used with `testbench` bin command.

##### Changes

* Update Laravel skeleton.
- Remove `filesystems.cloud` configuration.

## 6.4.0

Released: 2020-11-07
Expand Down

0 comments on commit dc73c04

Please sign in to comment.