You are here

public function WatchdogCheckTest::testEmptyWatchdog in Nagios Monitoring 8

File

tests/src/Kernel/WatchdogCheckTest.php, line 35

Class

WatchdogCheckTest
Tests the functionality to report dblog/watchdog entries.

Namespace

Drupal\Tests\nagios\Kernel

Code

public function testEmptyWatchdog() {
  $this
    ->assertAllGreen();
}