14 $fileKey =
'testFileKey';
31 $this->assertEquals($expectedValue,
$configData->getData());
32 $this->assertEquals($fileKey,
$configData->getFileKey());
45 $this->expectException(
'InvalidArgumentException');
46 $this->expectExceptionMessage($expectedException);
56 'segment is empty' => [
58 "Path '/test/test/test' is invalid. It cannot be empty nor start or end with '/'" 62 "Path '' is invalid. It cannot be empty nor start or end with '/'" 64 'access by empty value key' => [
66 "Path 'test/' is invalid. It cannot be empty nor start or end with '/'" setWrongKeyDataProvider()
testSetWrongKey($key, $expectedException)