You are here

public function VerboseMessengerTest::testDoNotAddMessageWhileBulkupdate in Pathauto 8

@covers ::addMessage

File

tests/src/Unit/VerboseMessengerTest.php, line 50

Class

VerboseMessengerTest
@coversDefaultClass \Drupal\pathauto\VerboseMessenger @group pathauto

Namespace

Drupal\Tests\pathauto\Unit

Code

public function testDoNotAddMessageWhileBulkupdate() {
  $this
    ->assertFalse($this->messenger
    ->addMessage("Test message", "bulkupdate"), "The message was NOT added");
}