Definition at line 26 of file NameTest.php.
◆ improperNames()
static ILIAS\Component\Tests\Dependencies\NameTest::improperNames |
( |
| ) |
|
|
static |
Definition at line 50 of file NameTest.php.
53 [
'ILIAS \Component\Tests'],
54 [\ILIAS\Component::class]
◆ properNames()
static ILIAS\Component\Tests\Dependencies\NameTest::properNames |
( |
| ) |
|
|
static |
Definition at line 42 of file NameTest.php.
45 [\ILIAS\Component\Tests::class],
◆ testImproperNames()
ILIAS\Component\Tests\Dependencies\NameTest::testImproperNames |
( |
string |
$name | ) |
|
Definition at line 36 of file NameTest.php.
38 $this->expectException(\InvalidArgumentException::class);
◆ testProperNames()
ILIAS\Component\Tests\Dependencies\NameTest::testProperNames |
( |
string |
$name | ) |
|
Definition at line 29 of file NameTest.php.
32 $this->assertEquals($name, (
string) $n);
The documentation for this class was generated from the following file: