1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:14:04 +00:00
tenancy/tests/HelloWorldTest.php
2019-02-01 22:47:10 +01:00

11 lines
157 B
PHP

<?php
namespace Stancl\Tenancy\Tests;
class HelloWorldTest extends TestCase
{
public function testAbc()
{
$this->assertTrue(true);
}
}