ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
ilCloseRoundBrackedTest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\Test\ImportHandler\Path\Node
;
22
23
use
ILIAS\Export\ImportHandler\Path\Node\CloseRoundBracked
as ilCloseRoundBrackedFilePathNode;
24
use
PHPUnit\Framework\TestCase
;
25
26
class
ilCloseRoundBrackedTest
extends
TestCase
27
{
28
protected
function
setUp
(): void
29
{
30
31
}
32
33
public
function
testCloseRoundBracked
(): void
34
{
35
$node =
new
ilCloseRoundBrackedFilePathNode();
36
$this->assertEquals(
')'
, $node->toString());
37
$this->assertFalse($node->requiresPathSeparator());
38
}
39
}
PHPUnit::Framework::Attributes\Test::ImportHandler::Path::Node\ilCloseRoundBrackedTest\testCloseRoundBracked
testCloseRoundBracked()
Definition:
ilCloseRoundBrackedTest.php:33
PHPUnit::Framework::Attributes\Test::ImportHandler::Path::Node\ilCloseRoundBrackedTest\setUp
setUp()
Definition:
ilCloseRoundBrackedTest.php:28
ILIAS\Export\Test\ImportHandler\Path\Node
Definition:
ilAnyElementTest.php:21
ILIAS\Export\ImportHandler\Path\Node\CloseRoundBracked
Definition:
CloseRoundBracked.php:25
PHPUnit::Framework::Attributes\Test::ImportHandler::Path::Node\ilCloseRoundBrackedTest
Definition:
ilCloseRoundBrackedTest.php:26
TestCase
components
ILIAS
Export
tests
ImportHandler
Path
Node
ilCloseRoundBrackedTest.php
Generated on Wed Sep 3 2025 23:03:01 for ILIAS by
1.8.13 (using
Doxyfile
)