mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-24 02:19:56 +00:00
Removing unused code from DebuggerTest
This commit is contained in:
parent
c8399a8428
commit
b5539542a1
1 changed files with 0 additions and 7 deletions
|
@ -47,13 +47,6 @@ class DebuggerTest extends CakeTestCase {
|
||||||
*/
|
*/
|
||||||
function setUp() {
|
function setUp() {
|
||||||
Configure::write('log', false);
|
Configure::write('log', false);
|
||||||
if (!defined('SIMPLETESTVENDORPATH')) {
|
|
||||||
if (file_exists(APP . DS . 'vendors' . DS . 'simpletest' . DS . 'reporter.php')) {
|
|
||||||
define('SIMPLETESTVENDORPATH', 'APP' . DS . 'vendors');
|
|
||||||
} else {
|
|
||||||
define('SIMPLETESTVENDORPATH', 'CORE' . DS . 'vendors');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue