Skip to content

Commit

Permalink
Fix mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 16, 2012
1 parent 72c3059 commit 8639d5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php
@@ -1,4 +1,4 @@
<?
<?php
/**
* IniAclTest file.
*
Expand Down
3 changes: 0 additions & 3 deletions lib/Cake/TestSuite/CakeTestCase.php
Expand Up @@ -127,9 +127,6 @@ public function setUp() {
if (empty($this->_configure)) {
$this->_configure = Configure::read();
}
if (empty($this->_configure['App'])) {
fwrite(STDERR, get_class($this) . '::' . $this->getName() . " did not have any configure vars\n");
}
if (empty($this->_pathRestore)) {
$this->_pathRestore = App::paths();
}
Expand Down

0 comments on commit 8639d5a

Please sign in to comment.