Fix mistakes.

This commit is contained in:
mark_story 2012-04-15 22:54:13 -04:00
parent 72c3059d94
commit 8639d5af84
2 changed files with 1 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<?
<?php
/**
* IniAclTest file.
*

View file

@ -127,9 +127,6 @@ abstract class CakeTestCase extends PHPUnit_Framework_TestCase {
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();
}