Skip to content

Releases: orchestral/testbench-core

v9.2.2

19 Jul 10:44
Compare
Choose a tag to compare

Fixes

  • Fixes InteractsWithPublishedFiles should only flush published files within database/migrations directory.

v8.25.1

19 Jul 10:33
Compare
Choose a tag to compare

Fixes

  • Fixes InteractsWithPublishedFiles should only flush published files within database/migrations directory.

v7.44.1

19 Jul 10:33
Compare
Choose a tag to compare

Fixes

  • Fixes InteractsWithPublishedFiles should only flush published files within database/migrations directory.

v6.51.1

19 Jul 10:18
Compare
Choose a tag to compare

Fixes

  • Fixes InteractsWithPublishedFiles should only flush published files within database/migrations directory.

v9.2.1

13 Jul 08:27
Compare
Choose a tag to compare

Changes

  • Change resolveApplicationResolvingCallback() method visibility from private to protected.

v9.2.0

13 Jul 07:21
Compare
Choose a tag to compare

Added

  • Added new attributes:
    • Orchestra\Testbench\Attributes\ResolvesLaravel
    • Orchestra\Testbench\Attributes\UsesFrameworkConfiguration
  • Allows to discover factories using Workbench to map Workbench\App\Models to Workbench\Database\Factories classes.
  • Allows to auto discover console command classes from workbench/app/Console/Commands.

Changes

  • Bump minimum support to Laravel Framework v11.11.
  • Implements JsonSerializable to Orchestra\Testbench\Foundation\UndefinedValue.
  • Update skeleton to use workbench as default environment value.
  • Allow Orchestra\Testbench\Attributes\Define and Orchestra\Testbench\Attributes\DefineEnvironment to be used on the class level by @danjohnson95

Fixes

  • Ensure usesTestingFeature() attribute registration is loaded before class attributes instead of method attributes.

v8.25.0

13 Jul 07:02
Compare
Choose a tag to compare

Added

  • Added new attributes:
    • Orchestra\Testbench\Attributes\ResolvesLaravel
    • Orchestra\Testbench\Attributes\UsesFrameworkConfiguration
  • Allows to discover factories using Workbench to map Workbench\App\Models to Workbench\Database\Factories classes.
  • Allows to auto discover console command classes from workbench/app/Console/Commands.

Changes

  • Implements JsonSerializable to Orchestra\Testbench\Foundation\UndefinedValue.
  • Update skeleton to use workbench as default environment value.
  • Allow Orchestra\Testbench\Attributes\Define and Orchestra\Testbench\Attributes\DefineEnvironment to be used on the class level by @danjohnson95

Fixes

  • Ensure usesTestingFeature() attribute registration is loaded before class attributes instead of method attributes.

v7.44.0

13 Jul 06:46
Compare
Choose a tag to compare

Added

  • Added new attributes:
    • Orchestra\Testbench\Attributes\ResolvesLaravel
    • Orchestra\Testbench\Attributes\UsesFrameworkConfiguration
  • Allows to discover factories using Workbench to map Workbench\App\Models to Workbench\Database\Factories classes.
  • Allows to auto discover console command classes from workbench/app/Console/Commands.

Changes

  • Implements JsonSerializable to Orchestra\Testbench\Foundation\UndefinedValue.
  • Update skeleton to use workbench as default environment value.
  • Allow Orchestra\Testbench\Attributes\Define and Orchestra\Testbench\Attributes\DefineEnvironment to be used on the class level by @danjohnson95

Fixes

  • Ensure usesTestingFeature() attribute registration is loaded before class attributes instead of method attributes.

v6.51.0

13 Jul 06:27
Compare
Choose a tag to compare

Added

  • Added new attributes:
    • Orchestra\Testbench\Attributes\ResolvesLaravel
    • Orchestra\Testbench\Attributes\UsesFrameworkConfiguration
  • Allows to discover factories using Workbench to map Workbench\App\Models to Workbench\Database\Factories classes.
  • Allows to auto discover console command classes from workbench/app/Console/Commands.

Changes

  • Implements JsonSerializable to Orchestra\Testbench\Foundation\UndefinedValue.
  • Update skeleton to use workbench as default environment value.
  • Allow Orchestra\Testbench\Attributes\Define and Orchestra\Testbench\Attributes\DefineEnvironment to be used on the class level by @danjohnson95

v9.1.9

10 Jul 01:27
Compare
Choose a tag to compare

Changes

  • Update skeleton to match v11.1.3.
  • Includes server.php improvements from Laravel Framework 11.14.