mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +00:00
11 lines
157 B
PHP
11 lines
157 B
PHP
<?php
|
|
|
|
namespace Stancl\Tenancy\Tests;
|
|
|
|
class HelloWorldTest extends TestCase
|
|
{
|
|
public function testAbc()
|
|
{
|
|
$this->assertTrue(true);
|
|
}
|
|
}
|