|
|
@@ -19,6 +19,7 @@
|
|
|
App::uses('PhpReader', 'Configure');
|
|
|
|
|
|
class PhpReaderTest extends CakeTestCase {
|
|
|
+
|
|
|
/**
|
|
|
* setup
|
|
|
*
|
|
|
@@ -26,7 +27,7 @@ class PhpReaderTest extends CakeTestCase {
|
|
|
*/
|
|
|
public function setUp() {
|
|
|
parent::setUp();
|
|
|
- $this->path = CAKE . 'Test' . DS . 'test_app' . DS . 'Config'. DS;
|
|
|
+ $this->path = CAKE . 'Test' . DS . 'test_app' . DS . 'Config' . DS;
|
|
|
}
|
|
|
|
|
|
/**
|