You are here

public function BakeryServiceTest::testFooBar in Bakery Single Sign-On System 8.2

File

tests/src/Unit/BakeryServiceTest.php, line 19

Class

BakeryServiceTest
@coversDefaultClass \Drupal\bakery\BakeryService

Namespace

Drupal\Tests\bakery\Unit

Code

public function testFooBar() {
  $this
    ->assertTrue(TRUE);
}