snipe-it/tests/Concerns/TestsFullMultipleCompaniesSupport.php

9 lines
154 B
PHP
Raw Normal View History

<?php
namespace Tests\Concerns;
interface TestsFullMultipleCompaniesSupport
{
public function testAdheresToFullMultipleCompaniesSupportScoping();
}