mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:24:03 +00:00
Begin work on tests
This commit is contained in:
parent
349832c64b
commit
999507fe42
6 changed files with 172 additions and 0 deletions
11
tests/HelloWorldTest.php
Normal file
11
tests/HelloWorldTest.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace Stancl\Tenancy\Tests;
|
||||
|
||||
class HelloWorldTest extends TestCase
|
||||
{
|
||||
public function testAbc()
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue