You are here

private function TestUpdateHandler::wambooli in Lightning Core 8.2

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

@update

File

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

Class

TestUpdateHandler
A test class containing discoverable updates.

Namespace

Drupal\Tests\lightning_core\Unit

Code

private function wambooli() {

  // As with protected methods, private methods should never be discovered
  // even if they have the @update annotation.
}