You are here

public function StroopwafelTest::provideTestData in Bakery Single Sign-On System 8.2

Overrides CookieTestTrait::provideTestData

File

tests/src/Unit/Cookies/StroopwafelTest.php, line 26

Class

StroopwafelTest
@coversDefaultClass \Drupal\bakery\Cookies\Stroopwafel

Namespace

Drupal\Tests\bakery\Unit\Cookies

Code

public function provideTestData() {
  return [
    'basic' => [
      [
        'uid' => 123,
        'data' => serialize([
          'name' => 'testuser',
        ]),
      ],
    ],
  ];
}