Skip to content

Releases: orchestral/testbench-core

v9.4.1

12 Sep 10:58
Compare
Choose a tag to compare

Changes

  • Add concurrency.php configuration based on Laravel Framework 11.23.

v9.4.0

26 Aug 05:06
Compare
Choose a tag to compare

Added

  • Added artisan binary to Laravel skeleton.
  • Added Orchestra\Testbench\join_paths() function.
  • Added Orchestra\Testbench\Attributes\UsesVendor attribute class.
  • Added defineStashRoutes() method to register adhoc route for test.

Changes

  • Improvements to Orchestra\Testbench\default_skeleton_path(), Orchestra\Testbench\package_path(), and Orchestra\Testbench\workbench_path() usage based on new Orchestra\Testbench\join_paths() function.

v8.27.0

26 Aug 04:49
Compare
Choose a tag to compare

Added

  • Added artisan binary to Laravel skeleton.
  • Added Orchestra\Testbench\join_paths() function.
  • Added Orchestra\Testbench\Attributes\UsesVendor attribute class.
  • Added defineStashRoutes() method to register adhoc route for test.

Changes

  • Improvements to Orchestra\Testbench\default_skeleton_path(), Orchestra\Testbench\package_path(), and Orchestra\Testbench\workbench_path() usage based on new Orchestra\Testbench\join_paths() function.

v7.46.0

26 Aug 04:23
Compare
Choose a tag to compare

Added

  • Added artisan binary to Laravel skeleton.
  • Added Orchestra\Testbench\join_paths() function.
  • Added Orchestra\Testbench\Attributes\UsesVendor attribute class.
  • Added defineStashRoutes() method to register adhoc route for test.

Changes

  • Change afterApplicationCreated(), afterApplicationRefreshed(), and beforeApplicationDestroyed() methods visibility from protected to public.
  • Improvements to Orchestra\Testbench\default_skeleton_path(), Orchestra\Testbench\package_path(), and Orchestra\Testbench\workbench_path() usage based on new Orchestra\Testbench\join_paths() function.

v6.52.0

26 Aug 04:06
Compare
Choose a tag to compare

Added

  • Added artisan binary to Laravel skeleton.
  • Added Orchestra\Testbench\join_paths() function.

Changes

  • Change afterApplicationCreated(), afterApplicationRefreshed(), and beforeApplicationDestroyed() methods visibility from protected to public.
  • Improvements to Orchestra\Testbench\default_skeleton_path(), Orchestra\Testbench\package_path(), and Orchestra\Testbench\workbench_path() usage based on new Orchestra\Testbench\join_paths() function.

v9.3.0

14 Aug 06:07
Compare
Choose a tag to compare

Changes

  • Update Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile to remove .gitkeep file when directory contain one or more files.
  • Code Improvements.

v8.26.0

14 Aug 05:44
Compare
Choose a tag to compare

Changes

  • Update Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile to remove .gitkeep file when directory contain one or more files.
  • Code Improvements.

v7.45.0

14 Aug 04:57
Compare
Choose a tag to compare

Changes

  • Update Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile to remove .gitkeep file when directory contain one or more files.
  • Code Improvements.

v6.51.2

14 Aug 04:31
Compare
Choose a tag to compare

Changes

  • Code Improvements.

v9.2.3

02 Aug 10:16
Compare
Choose a tag to compare

Changes

New Contributors