function ConfigTest::simpleDataProvider

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Config/ConfigTest.php \Drupal\Tests\Core\Config\ConfigTest::simpleDataProvider()
  2. 8.9.x core/tests/Drupal/Tests/Core/Config/ConfigTest.php \Drupal\Tests\Core\Config\ConfigTest::simpleDataProvider()
  3. 10 core/tests/Drupal/Tests/Core/Config/ConfigTest.php \Drupal\Tests\Core\Config\ConfigTest::simpleDataProvider()

Provides simple test data.

See also

\Drupal\Tests\Core\Config\ConfigTest::testClear()

File

core/tests/Drupal/Tests/Core/Config/ConfigTest.php, line 543

Class

ConfigTest
Tests the Config.

Namespace

Drupal\Tests\Core\Config

Code

public static function simpleDataProvider() {
    return [
        [
            [
                'a' => '1',
                'b' => '2',
                'c' => '3',
            ],
        ],
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.