function DrupalTest::testFlood

Tests the flood() method.

@covers ::flood

File

core/tests/Drupal/Tests/Core/DrupalTest.php, line 303

Class

DrupalTest
Tests the Drupal class.

Namespace

Drupal\Tests\Core

Code

public function testFlood() : void {
  $this->setMockContainerService('flood');
  $this->assertNotNull(\Drupal::flood());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.