18 use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
30 $this->expectException(\InvalidArgumentException::class);
31 $this->expectExceptionCode(1249755131);
40 $this->expectException(\InvalidArgumentException::class);
41 $this->expectExceptionCode(1249755131);
50 $this->expectException(\InvalidArgumentException::class);
51 $this->expectExceptionCode(1249755131);
52 (
new Registry())->
set(
'',
'someKey',
'someValue');
60 $this->expectException(\InvalidArgumentException::class);
61 $this->expectExceptionCode(1249755131);
62 (
new Registry())->
set(
't',
'someKey',
'someValue');
70 $this->expectException(\InvalidArgumentException::class);
71 $this->expectExceptionCode(1249755131);
72 (
new Registry())->
remove(
't',
'someKey');
80 $this->expectException(\InvalidArgumentException::class);
81 $this->expectExceptionCode(1249755131);
82 (
new Registry())->removeAllByNamespace(
'');