Skip to content

Commit

Permalink
coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Oct 25, 2013
1 parent 7624884 commit 4048c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Test/Case/Utility/FileTest.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public function testLastChange() {
public function testWrite() { public function testWrite() {
if (!$tmpFile = $this->_getTmpFile()) { if (!$tmpFile = $this->_getTmpFile()) {
return false; return false;
}; }
if (file_exists($tmpFile)) { if (file_exists($tmpFile)) {
unlink($tmpFile); unlink($tmpFile);
} }
Expand Down Expand Up @@ -426,7 +426,7 @@ public function testWrite() {
public function testAppend() { public function testAppend() {
if (!$tmpFile = $this->_getTmpFile()) { if (!$tmpFile = $this->_getTmpFile()) {
return false; return false;
}; }
if (file_exists($tmpFile)) { if (file_exists($tmpFile)) {
unlink($tmpFile); unlink($tmpFile);
} }
Expand Down

0 comments on commit 4048c68

Please sign in to comment.