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\UnitCode
public function testDoNotAddMessageWhileBulkupdate() {
$this
->assertFalse($this->messenger
->addMessage("Test message", "bulkupdate"), "The message was NOT added");
}