protected function TestUpdateHandler::baz in Lightning Core 8.3
Same name and namespace in other branches
- 8.5 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::baz()
- 8 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::baz()
- 8.2 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::baz()
- 8.4 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::baz()
@update
File
- tests/
src/ Unit/ UpdateManagerTest.php, line 113
Class
- TestUpdateHandler
- A test class containing discoverable updates.
Namespace
Drupal\Tests\lightning_core\UnitCode
protected function baz() {
// Protected methods should not be discovered, even if they have the
// @update annotation.
}