Added
- Add
Orchestra\Testbench\Traits\WithLoadMigrationsFrom
for migration with--realpath
support.
Changed
- Use
PHPUnit\Framework\TestCase
instead ofPHPUnit_Framework_TestCase
since we're requiringphpunit
v5.7.0
and above.
Removed
- Remove
Orchestra\Database\ConsoleServiceProvider
from defaultapp.providers
configuration file.