public function MonitoringCoreWebTest::testSensors in Monitoring 8
Tests individual sensors.
File
- tests/
src/ Functional/ MonitoringCoreWebTest.php, line 30
Class
- MonitoringCoreWebTest
- Integration tests for the core pieces of monitoring.
Namespace
Drupal\Tests\monitoring\FunctionalCode
public function testSensors() {
$this
->doTestUserIntegritySensorPlugin();
$this
->doTestDatabaseAggregatorSensorPluginActiveSessions();
$this
->doTestTwigDebugSensor();
$this
->doTestWatchdogAggregatorSensorPlugin();
$this
->doTestPhpNoticesSensor();
$this
->doTestQueueSizeSensor();
}