You are here

public function ConfigListerTest::testListConfig in Configuration Update Manager 8

@covers \Drupal\config_update\ConfigListerWithProviders::listConfig @dataProvider listConfigProvider

File

tests/src/Unit/ConfigListerTest.php, line 80

Class

ConfigListerTest
Tests the \Drupal\config_update\ConfigListerWithProviders class.

Namespace

Drupal\Tests\config_update\Unit

Code

public function testListConfig($a, $b, $expected) {
  $this
    ->assertEquals($expected, $this->configLister
    ->listConfig($a, $b));
}