Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 2, 2017
1 parent 8942385 commit d05bef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/Mailer/EmailTest.php
Expand Up @@ -539,7 +539,8 @@ public function testMessageId()
/**
* @return void
*/
public function testPriority() {
public function testPriority()
{
$this->Email->setPriority(4);

$this->assertSame(4, $this->Email->getPriority());
Expand Down

0 comments on commit d05bef7

Please sign in to comment.