You are here

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

Overrides UnitTestCase::setUp

File

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

Class

GingerbreadTest
@coversDefaultClass \Drupal\bakery\Cookies\Gingerbread

Namespace

Drupal\Tests\bakery\Unit\Cookies

Code

public function setUp() {
  parent::setUp();
  $this->cookie = Gingerbread::class;
  $this->cookieName = 'gingerbread';
  $this->remotePath = 'bakery/create';
}