Definition at line 25 of file URLBuilderTokenTest.php.
◆ testConstruct()
ILIAS\UI\URLBuilderTokenTest::testConstruct |
( |
| ) |
|
Definition at line 27 of file URLBuilderTokenTest.php.
27 : void
28 {
29 $token =
new URLBuilderToken([
'test'],
'foo');
30 $this->assertInstanceOf(URLBuilderToken::class,
$token);
31 $this->assertIsString(
$token->getToken());
32 $this->assertNotEmpty(
$token->getToken());
33 }
References $token.
◆ testTokenLength()
ILIAS\UI\URLBuilderTokenTest::testTokenLength |
( |
| ) |
|
◆ testTokenName()
ILIAS\UI\URLBuilderTokenTest::testTokenName |
( |
| ) |
|
The documentation for this class was generated from the following file: