Definition at line 26 of file NameTest.php.
◆ improperNames()
static ILIAS\Component\Tests\Dependencies\NameTest::improperNames |
( |
| ) |
|
|
static |
Definition at line 54 of file NameTest.php.
57 [
'ILIAS \Component\Tests'],
58 [\ILIAS\Component::class]
◆ properNames()
static ILIAS\Component\Tests\Dependencies\NameTest::properNames |
( |
| ) |
|
|
static |
Definition at line 46 of file NameTest.php.
49 [\ILIAS\Component\Tests::class],
◆ testImproperNames()
ILIAS\Component\Tests\Dependencies\NameTest::testImproperNames |
( |
string |
$name | ) |
|
improperNames
Definition at line 40 of file NameTest.php.
42 $this->expectException(\InvalidArgumentException::class);
◆ testProperNames()
ILIAS\Component\Tests\Dependencies\NameTest::testProperNames |
( |
string |
$name | ) |
|
properNames
Definition at line 31 of file NameTest.php.
34 $this->assertEquals($name, (
string) $n);
The documentation for this class was generated from the following file: