Browse Source

coding standards

euromark 12 years ago
parent
commit
4048c686b7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/Cake/Test/Case/Utility/FileTest.php

+ 2 - 2
lib/Cake/Test/Case/Utility/FileTest.php

@@ -396,7 +396,7 @@ class FileTest extends CakeTestCase {
 	public function testWrite() {
 		if (!$tmpFile = $this->_getTmpFile()) {
 			return false;
-		};
+		}
 		if (file_exists($tmpFile)) {
 			unlink($tmpFile);
 		}
@@ -426,7 +426,7 @@ class FileTest extends CakeTestCase {
 	public function testAppend() {
 		if (!$tmpFile = $this->_getTmpFile()) {
 			return false;
-		};
+		}
 		if (file_exists($tmpFile)) {
 			unlink($tmpFile);
 		}