public function testEnsureDottedKeys(array $input, array $expected) { $instance = new BackendLayoutDataProvider(); $result = $this->callInaccessibleMethod($instance, 'ensureDottedKeys', $input); $this->assertEquals($expected, $result); }