Skip to content

Commit

Permalink
Tried to load the dummy command from the wrong test plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Nov 4, 2013
1 parent d454237 commit c5a334b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

App::uses('RatchetMessageQueueDummyCommand', 'TestRatchet.Lib/MessageQueue/Command');
App::uses('RatchetMessageQueueDummyCommand', 'TestRatchetCommands.Lib/MessageQueue/Command');

abstract class AbstractTransportTest extends CakeTestCase {

Expand Down

0 comments on commit c5a334b

Please sign in to comment.