You are here

public function SplitFilterTest::wildcardsData in Configuration Split 8

The data for the wildcard test.

File

src/Tests/SplitFilterTest.php, line 179

Class

SplitFilterTest
Test filter plugin.

Namespace

Drupal\config_split\Tests

Code

public function wildcardsData() {

  // We need to test the methods separately.
  return [
    [
      'blacklist',
      'getBlacklist',
    ],
    [
      'graylist',
      'getGraylist',
    ],
  ];
}