Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 13, 2024
1 parent afdcec0 commit d8cd710
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ jobs:
run: |
composer show -D
- name: Execute tests
run: vendor/bin/phpunit
27 changes: 27 additions & 0 deletions CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

## 7.41.0

Released: 2024-03-13

### Changes

* Update minimum support for Testbench Core v7.42.0+. ([v7.40.1...v7.42.0](https://github.com/orchestral/testbench-core/compare/v7.40.1...v7.42.0))

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\Attributes\RequiresLaravel` attribute.
* Added `Orchestra\Testbench\Foundation\Env::has()` method.
* Added `Orchestra\Testbench\once()` function.
* Added `Orchestra\Testbench\load_migration_paths()` function.
* Added `usesRefreshDatabaseTestingConcern()` helper method to `Orchestra\Testbench\Concerns\InteractsWithTestCase` trait.

##### Changes

* Validate `MYSQL_*`, `MSSQL_*`, `SQLITE_*` and `POSTGRES_*` environment variables before trying to override the configuration values.
* Allow passing `$command` to `Orchestra\Testbench\remote()` function using `array` instead of just `string`.

##### Fixes

* Fixes `Orchestra\Testbench\Attributes\ResetRefreshDatabaseState` attribute declaration to only `Attribute::TARGET_CLASS`.

## 7.40.1

Released: 2024-01-19
Expand Down

0 comments on commit d8cd710

Please sign in to comment.