mirror of
https://github.com/superhelio/commands.git
synced 2026-02-04 18:48:44 +00:00
Testing Orchestra/TestBench workflow
This commit is contained in:
10
tests/Stubs/ServiceProvider.php
Normal file
10
tests/Stubs/ServiceProvider.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace Superhelio\Commands\Tests\Stubs;
|
||||
|
||||
class ServiceProvider extends \Illuminate\Support\ServiceProvider
|
||||
{
|
||||
public function boot()
|
||||
{
|
||||
$this->loadMigrationsFrom(realpath(__DIR__ . '/../migrations'));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user