mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix bad merge.
This commit is contained in:
parent
73de68f5f4
commit
545f4d2811
1 changed files with 0 additions and 11 deletions
|
@ -30,18 +30,7 @@ App::uses('CakeTestLoader', 'TestSuite');
|
|||
*
|
||||
* @package Cake.Console.Command
|
||||
*/
|
||||
<<<<<<< HEAD
|
||||
class TestsuiteShell extends TestShell {
|
||||
=======
|
||||
class TestsuiteShell extends AppShell {
|
||||
|
||||
/**
|
||||
* Dispatcher object for the run.
|
||||
*
|
||||
* @var CakeTestDispatcher
|
||||
*/
|
||||
protected $_dispatcher = null;
|
||||
>>>>>>> 2.0
|
||||
|
||||
/**
|
||||
* get the option parser for the test suite.
|
||||
|
|
Loading…
Reference in a new issue