You are here

public function RemoteCookieTestTrait::testGetPath in Bakery Single Sign-On System 8.2

@covers ::getPath @dataProvider provideTestData

File

tests/src/Traits/RemoteCookieTestTrait.php, line 18

Class

RemoteCookieTestTrait

Namespace

Drupal\Tests\bakery\Traits

Code

public function testGetPath($data) {
  $this
    ->assertEquals($this->remotePath, $this->cookie::fromData($data)
    ->getPath());
}