Skip to content

Releases: orchestral/testbench-core

v8.33.0

15 Feb 03:53
Compare
Choose a tag to compare

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.

v7.52.0

15 Feb 03:48
Compare
Choose a tag to compare

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.

v9.9.4

07 Feb 11:23
Compare
Choose a tag to compare

Changes

  • Bump minimum support for PHPUnit 12 to 12.0.1.

v8.32.3

06 Feb 04:53
Compare
Choose a tag to compare

Changes

  • Improves Orchestra\Testbench\Foundation\Application::flushState() to be forward compatible with Testbench 9.

v7.51.3

06 Feb 04:49
Compare
Choose a tag to compare

Changes

  • Improves Orchestra\Testbench\Foundation\Application::flushState() to be forward compatible with Testbench 9.

v9.9.3

02 Feb 10:09
Compare
Choose a tag to compare

Changes

  • Add support for PHPUnit 12.0.
  • Flush Illuminate\Database\Schema\Builder static properties state.

v8.32.2

02 Feb 09:55
Compare
Choose a tag to compare

Changes

  • Flush Illuminate\Database\Schema\Builder static properties state.

v7.51.2

02 Feb 09:44
Compare
Choose a tag to compare

Changes

  • Flush Illuminate\Database\Schema\Builder static properties state.

v9.9.2

22 Jan 03:29
Compare
Choose a tag to compare

Changes

  • Update config/filesystems.php configuration file.

v9.9.1

07 Jan 02:07
Compare
Choose a tag to compare

Fixes

  • Fix Orchestra\Testbench\Workbench\Workbench::applicationUserModel() to detect App\Models\User.
  • Fix authentication route registrations from being loaded with auth: false configuration when executed Testbench CLI.