Fixed for languages
This commit is contained in:
parent
69302adf2b
commit
ae90538a38
20 changed files with 83 additions and 91 deletions
|
|
@ -305,7 +305,7 @@ class EmailTest extends \PHPUnit_Framework_TestCase
|
|||
$this->testedEmailPlugin->execute();
|
||||
|
||||
$this->assertContains('Passing', $this->message['subject']);
|
||||
$this->assertContains('successful', $this->message['body']);
|
||||
$this->assertContains('success', $this->message['body']);
|
||||
}
|
||||
|
||||
public function testMailFailingBuildHaveStatus()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue