public function TestUpdateHandler::nope in Lightning Core 8.2
Same name and namespace in other branches
- 8.5 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::nope()
- 8 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::nope()
- 8.3 tests/src/Unit/UpdateManagerTest.php \Drupal\Tests\lightning_core\Unit\TestUpdateHandler::nope()
- 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\UnitCode
public function nope(StyleInterface $io) {
$io
->error('Oh, the humanity!');
}