You are here

protected function TestUpdateHandler::baz in Lightning Core 8

Same name and namespace in other branches
  1. 8.5 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::baz()
  2. 8.2 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::baz()
  3. 8.3 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::baz()
  4. 8.4 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::baz()

@update

File

tests/src/Unit/UpdateManagerTest.php, line 105

Class

TestUpdateHandler
A test class containing discoverable updates.

Namespace

Drupal\Tests\lightning_core\Unit

Code

protected function baz() {

  // Protected methods should not be discovered, even if they have the
  // @update annotation.
}