Skip to content

Releases: orchestral/testbench-core

v10.0.2

25 Feb 09:35
Compare
Choose a tag to compare

Changes

  • Revert filesystems.disks.local.serve default configuration value to true.

v9.11.1

25 Feb 04:47
Compare
Choose a tag to compare

Changes

  • Supports for Laravel Framework 11.44.0.

v10.0.1

24 Feb 14:32
Compare
Choose a tag to compare

Changes

  • Set filesystems.disks.local.serve default configuration value to false.

v10.0.0

24 Feb 13:28
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v12.
  • Update Orchestra\Testbench\TestCase to use Illuminate\Foundation\Testing\Concerns\InteractsWithViews trait.

Removed

  • Remove deprecated functions:
    • Orchestra\Testbench\once()
    • Orchestra\Testbench\transform_relative_path()
  • Remove deprecated methods in Orchestra\Testbench\Concerns\CreatesApplication trait:
    • getBasePath()
    • getDefaultApplicationBootstrapFile()
  • Remove deprecated methods in Orchestra\Testbench\Concerns\InteractsWithMigrations trait:
    • loadMigrationsWithoutRollbackFrom()
    • loadLaravelMigrationsWithoutRollback()
    • runLaravelMigrationsWithoutRollback()

v9.11.0

19 Feb 00:23
Compare
Choose a tag to compare

Added

  • Use orchestra/sidekick.
  • Implements Illuminate\Foundation\Testing\Concerns\InteractsWithViews.

Changes

  • Supports for Laravel Framework 11.43.0.

Deprecated

  • Re-add deprecated getBasePath() method pending removal in Testbench 10.0.

v8.34.0

19 Feb 00:13
Compare
Choose a tag to compare

Added

  • Use orchestra/sidekick.
  • Implements Illuminate\Foundation\Testing\Concerns\InteractsWithViews.

Deprecated

  • Re-add deprecated getBasePath() method pending removal in Testbench 10.0.

v7.53.0

18 Feb 23:56
Compare
Choose a tag to compare

Added

  • Use orchestra/sidekick.
  • Implements Illuminate\Foundation\Testing\Concerns\InteractsWithViews.

Deprecated

  • Re-add deprecated getBasePath() method pending removal in Testbench 10.0.

v9.10.0

15 Feb 04:07
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.
  • Update config/database.php skeleton file.

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.