function ProtectedPrivatesTest::addBadDataProvider
Same name in other branches
- 8.x-1.x phpunit_example/tests/src/Unit/ProtectedPrivatesTest.php \Drupal\Tests\phpunit_example\Unit\ProtectedPrivatesTest::addBadDataProvider()
- 4.0.x modules/phpunit_example/tests/src/Unit/ProtectedPrivatesTest.php \Drupal\Tests\phpunit_example\Unit\ProtectedPrivatesTest::addBadDataProvider()
- 4.0.x modules/testing_example/tests/src/Unit/ProtectedPrivatesTest.php \Drupal\Tests\test_example\Unit\ProtectedPrivatesTest::addBadDataProvider()
Bad data provider.
File
-
modules/
phpunit_example/ tests/ src/ Unit/ ProtectedPrivatesTest.php, line 89
Class
- ProtectedPrivatesTest
- ProtectedPrivates unit testing of restricted methods.
Namespace
Drupal\Tests\phpunit_example\UnitCode
public function addBadDataProvider() {
return [
[
'string',
[],
],
];
}