coding standards

This commit is contained in:
euromark 2013-10-25 19:29:33 +02:00
parent 7624884240
commit 4048c686b7

View file

@ -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);
}