function ProtectedPrivatesTest::addDataProvider

Good data provider.

File

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

Class

ProtectedPrivatesTest
ProtectedPrivates unit testing of restricted methods.

Namespace

Drupal\Tests\test_example\Unit

Code

public static function addDataProvider() {
  return [
    [
      5,
      2,
      3,
    ],
  ];
}