mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-20 22:35:14 +00:00
Restructuring
Added codecov
This commit is contained in:
@@ -61,7 +61,7 @@ class CartTest extends TestCase
|
||||
parent::setUp();
|
||||
|
||||
$this->app->afterResolving('migrator', function ($migrator) {
|
||||
$migrator->path(realpath(__DIR__.'/../database/migrations'));
|
||||
$migrator->path(realpath(__DIR__.'/../src/Database/migrations'));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user