You are here

public function TestUpdateHandler::nope 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::nope()
  2. 8.2 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::nope()
  3. 8.3 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::nope()
  4. 8.4 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::nope()

@update

@ask Why would you do this?

File

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

Class

TestUpdateHandler
A test class containing discoverable updates.

Namespace

Drupal\Tests\lightning_core\Unit

Code

public function nope(StyleInterface $io) {
  $io
    ->error('Oh, the humanity!');
}