You are here

public function GingerbreadReturnTest::setUp in Bakery Single Sign-On System 8.2

Overrides UnitTestCase::setUp

File

tests/src/Unit/Cookies/GingerbreadReturnTest.php, line 16

Class

GingerbreadReturnTest
@coversDefaultClass \Drupal\bakery\Cookies\GingerbreadReturn

Namespace

Drupal\Tests\bakery\Unit\Cookies

Code

public function setUp() {
  parent::setUp();
  $this->cookie = GingerbreadReturn::class;
  $this->cookieName = 'gingerbread';
}