Skip to content

Commit

Permalink
Added back test cover annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajib Paudyal committed Mar 18, 2015
1 parent a4e5a87 commit 23a0d34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/VerboseMessengerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public function testAddMessage() {
$this->assertTrue($this->messenger->addMessage("Test message"), "The message was added");
}

/**
* @covers ::addMessage
*/
public function testDoNotAddMessageWhileBulkupdate() {
$this->assertFalse($this->messenger->addMessage("Test message", "bulkupdate"), "The message was NOT added");
}
Expand Down

0 comments on commit 23a0d34

Please sign in to comment.