Fix bad merge.

This commit is contained in:
mark_story 2011-12-03 13:56:55 -05:00
parent 73de68f5f4
commit 545f4d2811

View file

@ -30,18 +30,7 @@ App::uses('CakeTestLoader', 'TestSuite');
* *
* @package Cake.Console.Command * @package Cake.Console.Command
*/ */
<<<<<<< HEAD
class TestsuiteShell extends TestShell { 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. * get the option parser for the test suite.