Example #1
0
 public function testGetConfigs()
 {
     $expected = array('exist key' => array('label' => 'test label'));
     $configProvider = new ConfigProvider($expected, $this->eventDispatcher);
     $this->assertEquals($expected, $configProvider->getConfigs());
 }