function ProtectedPrivatesTest::addBadDataProvider

Bad data provider.

File

modules/testing_example/tests/src/Unit/ProtectedPrivatesTest.php, line 89

Class

ProtectedPrivatesTest
ProtectedPrivates unit testing of restricted methods.

Namespace

Drupal\Tests\test_example\Unit

Code

public static function addBadDataProvider() {
  return [
    [
      'string',
      [],
    ],
  ];
}