Skip to content

Commit

Permalink
Merge branch '8.x' into 9.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 Feb 15, 2025
2 parents 170c072 + af9fee1 commit 786ce57
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## 8.33.0

Released: 2025-02-15

### Added

* Add `Orchestra\Testbench\Concerns\CreatesApplication::resolveApplicationFacades()` method.
* Add `Orchestra\Testbench\Concerns\CreatesApplication::getApplicationBasePath()` method as replacement to `Orchestra\Testbench\Concerns\CreatesApplication::getBasePath()`.
* Add `Orchestra\Testbench\Foundation\Application::deleteVendorSymlink()` method.

### Changes

* Dynamically resolve workbench namespace for `discover.factories`.
* Clear `vendor` symlink when terminating Testbench CLI.

## 8.32.3

Released: 2025-02-06
Expand Down
3 changes: 0 additions & 3 deletions src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
use Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull;
use Illuminate\Foundation\Http\Middleware\TrimStrings;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken;
use Illuminate\Foundation\Vite;
use Illuminate\Http\Middleware\TrustProxies;
use Illuminate\Http\Resources\Json\JsonResource;
use Illuminate\Queue\Console\WorkCommand;
use Illuminate\Queue\Queue;
use Illuminate\Routing\Middleware\ThrottleRequests;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Facade;
use Illuminate\Support\Once;
use Illuminate\Support\Sleep;
use Illuminate\View\Component;
Expand Down Expand Up @@ -215,7 +213,6 @@ public static function flushState(object $instance): void
Component::forgetComponentsResolver();
Component::forgetFactory();
ConvertEmptyStringsToNull::flushState();
Facade::clearResolvedInstance(Vite::class);

if (! $instance instanceof Commander) {
HandleExceptions::flushState();
Expand Down

0 comments on commit 786ce57

Please sign in to comment.