mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add missing import
Refs GH-877
This commit is contained in:
parent
3e0fa0009b
commit
2a803ea412
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
*/
|
||||
require_once 'PHPUnit/TextUI/TestRunner.php';
|
||||
|
||||
App::uses('CakeFixtureManager', 'TestSuite/Fixture');
|
||||
|
||||
/**
|
||||
* A custom test runner for Cake's use of PHPUnit.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue