public function BootSubscriberTest::testOnEvent in Bakery Single Sign-On System 8.2
File
- tests/
src/ Kernel/ EventSubscriber/ BootSubscriberTest.php, line 12
Class
- BootSubscriberTest
- @coversDefaultClass \Drupal\bakery\EventSubscriber\BootSubscriber
Namespace
Drupal\Tests\bakery\Kernel\EventSubscriberCode
public function testOnEvent() {
$this
->assertTrue(TRUE);
}