Skip to content

Commit

Permalink
Change to match coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
James Hall committed Aug 26, 2012
1 parent a3b5065 commit 20baeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Network/Email/CakeEmailTest.php
Expand Up @@ -1120,7 +1120,7 @@ public function testSendRenderWithImage() {
$this->CakeEmail->emailFormat('html');
$server = env('SERVER_NAME') ? env('SERVER_NAME') : 'localhost';

if (env('SERVER_PORT') != NULL && env('SERVER_PORT') != 80) {
if (env('SERVER_PORT') != null && env('SERVER_PORT') != 80) {
$server .= ':' . env('SERVER_PORT');
}

Expand Down

0 comments on commit 20baeb8

Please sign in to comment.