Skip to content

Releases: orchestral/testbench

v3.2.8

10 Mar 07:10
Compare
Choose a tag to compare
  • Reverse order of execution for $this->beforeApplicationDestroyedCallbacks. (a-komarev)

v3.1.10

10 Mar 07:10
Compare
Choose a tag to compare
  • Reverse order of execution for $this->beforeApplicationDestroyedCallbacks. (a-komarev)

v3.4.5

12 Feb 14:41
Compare
Choose a tag to compare

Added

  • Add Orchestra\Testbench\Traits\WithLaravelMigrations trait to allow executing Laravel default migrations.

v3.3.6

12 Feb 14:40
Compare
Choose a tag to compare
  • Add Orchestra\Testbench\TestCase::loadLaravelMigrations() to execute Laravel default migrations.

v3.2.7

12 Feb 14:40
Compare
Choose a tag to compare
  • Add Orchestra\Testbench\TestCase::loadLaravelMigrations() to execute Laravel default migrations.

v3.1.9

12 Feb 14:40
Compare
Choose a tag to compare
  • Add Orchestra\Testbench\TestCase::loadLaravelMigrations() to execute Laravel default migrations.

v3.4.4

05 Feb 02:37
Compare
Choose a tag to compare

Changes

  • Update auth middleware class namespace.

v3.3.5

03 Feb 12:26
Compare
Choose a tag to compare

Changes

  • Add missing running Artisan bootstrap which would load all deferred service providers.
  • Ensure all configuration match Illuminate\Foundation\Testing\TestCase.

v3.4.3

02 Feb 10:12
Compare
Choose a tag to compare

Changes

  • Add missing running Artisan bootstrap which would load all deferred service providers.
  • Ensure all configuration match Illuminate\Foundation\Testing\TestCase.

v3.4.2

27 Jan 15:01
Compare
Choose a tag to compare

Added

  • Add Orchestra\Testbench\Traits\WithLoadMigrationsFrom for migration with --realpath support.

Changed

  • Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase since we're requiring phpunit v5.7.0 and above.

Removed

  • Remove Orchestra\Database\ConsoleServiceProvider from default app.providers configuration file.