Skip to content

Commit

Permalink
wip
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 19, 2023
2 parents 4c3805d + cca72a2 commit 60ee934
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 6.41.0

Released: 2023-12-19

### Changes

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

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\Attributes\RequiresEnv` attribute to force an environment variables to be required for the test.
* Added `Orchestra\Testbench\Attributes\WithConfig` attribute add a configuration value for the test.
* Added `Orchestra\Testbench\Attributes\WithEnv` attribute add an environment variable value for the test.
* Added `set()` and `forget()` methods to `Orchestra\Testbench\Foundation\Env`.

## 6.40.0

Released: 2023-12-06
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"fakerphp/faker": "^1.21",
"laravel/framework": "^9.52.15",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^7.37",
"orchestra/testbench-core": "^7.38",
"orchestra/workbench": "^1.2 || ^7.2",
"phpunit/phpunit": "^9.5.10",
"symfony/process": "^6.0.9",
Expand Down

0 comments on commit 60ee934

Please sign in to comment.