mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
Cleanup commands
This commit is contained in:
parent
8d382024a3
commit
33fcb8a936
6 changed files with 60 additions and 37 deletions
24
tests/CommandsTest.php
Normal file
24
tests/CommandsTest.php
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
namespace Stancl\Tenancy\Tests;
|
||||
|
||||
class CommandsTest extends TestCase
|
||||
{
|
||||
/** @test */
|
||||
public function migrate_command_works()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/** @test */
|
||||
public function rollback_command_works()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/** @test */
|
||||
public function seed_command_works()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue