Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 3, 2024
2 parents 162cefc + a70bb4f commit c988356
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/MariadbTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

use Envor\DatabaseManager\MySQLDatabaseManager;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Process;
Expand Down Expand Up @@ -126,4 +125,4 @@

it('can get a database name', function () {
expect($this->databaseManager->getDatabaseName('test_database'))->toBe('test_database');
});
});
1 change: 0 additions & 1 deletion tests/MySQLDatabaseManagerTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

use Envor\DatabaseManager\MySQLDatabaseManager;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Process;
Expand Down
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function getProperty($object, $property)
$reflection->setAccessible(true);

return $reflection->getValue($object);
}
}

0 comments on commit c988356

Please sign in to comment.