forked from fa/breadcrumb-the-shire
Clarify test suite taxonomy
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
namespace MintyPHP\Tests\Unit\Module;
|
||||
|
||||
use MintyPHP\App\AppContainer;
|
||||
use MintyPHP\App\Module\Contracts\SessionProvider;
|
||||
use MintyPHP\Module\AddressBook\Providers\AddressBookSessionProvider;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
@@ -31,12 +30,6 @@ final class SessionProviderTest extends TestCase
|
||||
return new AppContainer();
|
||||
}
|
||||
|
||||
public function testImplementsSessionProviderContract(): void
|
||||
{
|
||||
$provider = new AddressBookSessionProvider();
|
||||
self::assertInstanceOf(SessionProvider::class, $provider);
|
||||
}
|
||||
|
||||
public function testPopulateWithInvalidUserClearsSessionKey(): void
|
||||
{
|
||||
$_SESSION['module.addressbook.departments_by_tenant'] = [['tenant' => 'old']];
|
||||
|
||||
Reference in New Issue
Block a user