public function testCollectConfigs()
 {
     $this->assertEquals(array('build_path' => 'js/app.min.js', 'config' => array('paths' => array('oro/test' => 'bundles/orotest/js/test.js')), 'build' => array('paths' => array('oro/test' => 'empty:'))), $this->configProvider->collectConfigs());
 }