mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 09:32:43 +00:00
Adding a few class loading related changes to make the ApiGenerator plugin happy
This commit is contained in:
parent
8acd980895
commit
fff42e92ed
3 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,8 @@
|
|||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('Shell', 'Console');
|
||||
/**
|
||||
* Base class for Bake Tasks.
|
||||
*
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* @since CakePHP(tm) v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
require 'PHPUnit/TextUI/TestRunner.php';
|
||||
require_once 'PHPUnit/TextUI/TestRunner.php';
|
||||
|
||||
PHP_CodeCoverage_Filter::getInstance()->addFileToBlacklist(__FILE__, 'DEFAULT');
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
require 'PHPUnit/TextUI/Command.php';
|
||||
require_once 'PHPUnit/TextUI/Command.php';
|
||||
|
||||
App::uses('CakeTestRunner', 'TestSuite');
|
||||
App::uses('CakeTestLoader', 'TestSuite');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue