mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
5d7d208e2f
commit
a3a38ee6d2
5 changed files with 16 additions and 10 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Tests;
|
||||
|
||||
class DatabaseUsersTest extends TestCase
|
||||
|
|
@ -7,18 +9,15 @@ class DatabaseUsersTest extends TestCase
|
|||
/** @test */
|
||||
public function users_are_created_when_permission_controlled_mysql_manager_is_used()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/** @test */
|
||||
public function correct_grants_are_given_to_the_users()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/** @test */
|
||||
public function having_existing_databases_without_users_and_switching_to_permission_controlled_mysql_manager_doesnt_break_existing_dbs()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue