Skip to content

Commit

Permalink
“ Walk as if you are kissing the Earth with your feet. ”
Browse files Browse the repository at this point in the history
  — Thich Nhat Hanh
  • Loading branch information
inmanturbo committed Aug 7, 2024
1 parent 94e228a commit 15548c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/Commands/EcowCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class EcowCommand extends Command

public function handle(): int
{

dd(config('database.connections'), config('database.default'));
$this->repository = app('migration.repository');

if ($this->option('database')) {
Expand Down
3 changes: 1 addition & 2 deletions tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?php

use Illuminate\Support\Facades\Artisan;
use Inmanturbo\Ecow\Tests\TestCase;

uses(TestCase::class)->in(__DIR__);

uses()
->beforeEach(function () {
Artisan::call('ecow:migrate');
$this->artisan('ecow:migrate', ['--database' => 'testing'])->assertExitCode(0);
})
->in('Feature');

0 comments on commit 15548c5

Please sign in to comment.