Skip to content

Releases: orchestral/testbench-core

v10.4.0

08 Jun 04:41
Compare
Choose a tag to compare

Changes

  • Supports PHPUnit 12.2.
  • Orchestra\Foundation\Env now extends Orchestra\Sidekick\Env.
  • Update skeleton's configuration.

v9.15.0

08 Jun 04:32
Compare
Choose a tag to compare

Changes

  • Orchestra\Foundation\Env now extends Orchestra\Sidekick\Env.

v8.38.0

08 Jun 04:23
Compare
Choose a tag to compare

Changes

  • Orchestra\Foundation\Env now extends Orchestra\Sidekick\Env.

v7.57.0

08 Jun 04:10
Compare
Choose a tag to compare

Changes

  • Orchestra\Foundation\Env now extends Orchestra\Sidekick\Env.

v10.3.0

12 May 06:34
Compare
Choose a tag to compare

Changes

  • Requires Laravel Framework 12.8.0 and above.
  • Orchestra\Testbench\PHPUnit\TestCase now implements Orchestra\Testbench\Concerns\InteractsWithMockery.

Fixes

  • Fix handling deprecations logging when logger is not not available when running tests.

v9.14.0

12 May 05:39
Compare
Choose a tag to compare

Changes

  • Orchestra\Testbench\PHPUnit\TestCase now implements Orchestra\Testbench\Concerns\InteractsWithMockery.

Fixes

  • Fix handling deprecations logging when logger is not not available when running tests.

v8.37.0

12 May 05:24
Compare
Choose a tag to compare

Changes

  • Orchestra\Testbench\PHPUnit\TestCase now implements Orchestra\Testbench\Concerns\InteractsWithMockery.

Fixes

  • Fix handling deprecations logging when logger is not not available when running tests.

v7.56.0

12 May 05:11
Compare
Choose a tag to compare

Changes

  • Orchestra\Testbench\PHPUnit\TestCase now implements Orchestra\Testbench\Concerns\InteractsWithMockery.

v10.2.3

06 May 23:41
Compare
Choose a tag to compare

Changes

  • Flush Illuminate\Database\Eloquent\Model::automaticallyEagerLoadRelationships() state between tests if the method exists.

v10.2.2

27 Apr 05:40
Compare
Choose a tag to compare

Changes

  • Flush Illuminate\Database\Eloquent\Model states between tests.