Skip to content

Commit

Permalink
Merge branch 'develop' into 8.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 12, 2023
2 parents 59d52b0 + 66d0b1e commit cb50c9c
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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

## 7.27.0

Released: 2023-08-12

### Changes

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

#### Testbench Changes

##### Added

* Added following events:
- `Orchestra\Testbench\Foundation\Events\ServeCommandStarted`
- `Orchestra\Testbench\Foundation\Events\ServeCommandEnded`
- `Orchestra\Testbench\Workbench\Events\WorkbenchInstallStarted`
- `Orchestra\Testbench\Workbench\Events\WorkbenchInstallEnded`

##### Changes

* Change `HandlesRoutes` loading sequence to match common Laravel bootstrap steps.
* Refactor `HandlesAnnotations` and `InteractsWithPHPUnit` traits.
* Workbench integration improvements.
* Update `workbench` configuration schema.

##### Fixes

* Fixes `Illuminate\Foundation\Application::runningUnitTests()` detection.

## 7.26.2

Released: 2023-08-10
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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

## 8.7.0

Released: 2023-08-12

### Changes

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

#### Testbench Changes

##### Added

* Added following events:
- `Orchestra\Testbench\Foundation\Events\ServeCommandStarted`
- `Orchestra\Testbench\Foundation\Events\ServeCommandEnded`
- `Orchestra\Testbench\Workbench\Events\WorkbenchInstallStarted`
- `Orchestra\Testbench\Workbench\Events\WorkbenchInstallEnded`

##### Changes

* Change `HandlesRoutes` loading sequence to match common Laravel bootstrap steps.
* Refactor `HandlesAnnotations` and `InteractsWithPHPUnit` traits.
* Workbench integration improvements.
* Update `workbench` configuration schema.

##### Fixes

* Fixes `Illuminate\Foundation\Application::runningUnitTests()` detection.

## 8.6.3

Released: 2023-08-10
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": ">=10.17.0 <10.19.0 || 10.x-dev",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": ">=8.6.3 <8.7.0 || 8.x-dev",
"orchestra/testbench-core": ">=8.7.0 <8.8.0 || 8.x-dev",
"phpunit/phpunit": "^9.6 || ^10.1",
"spatie/laravel-ray": "^1.32.4",
"symfony/process": "^6.2",
Expand Down

0 comments on commit cb50c9c

Please sign in to comment.