8 lines
154 B
PHP
8 lines
154 B
PHP
<?php
|
|
|
|
namespace Tests\Concerns;
|
|
|
|
interface TestsFullMultipleCompaniesSupport
|
|
{
|
|
public function testAdheresToFullMultipleCompaniesSupportScoping();
|
|
}
|