BootSubscriberTest.php in Bakery Single Sign-On System 8.2
File
tests/src/Kernel/EventSubscriber/BootSubscriberTest.phpView source
<?php
namespace Drupal\Tests\bakery\Kernel\EventSubscriber;
use Drupal\KernelTests\KernelTestBase;
/**
* @coversDefaultClass \Drupal\bakery\EventSubscriber\BootSubscriber
*/
class BootSubscriberTest extends KernelTestBase {
public function testOnEvent() {
$this
->assertTrue(TRUE);
}
}
Classes
Name | Description |
---|---|
BootSubscriberTest | @coversDefaultClass \Drupal\bakery\EventSubscriber\BootSubscriber |