From c5a334b9786e2fa002e572ce87b6eb1ebe37941a Mon Sep 17 00:00:00 2001 From: Cees-Jan Date: Mon, 4 Nov 2013 13:45:23 +0100 Subject: [PATCH] Tried to load the dummy command from the wrong test plugin --- Test/Case/Lib/MessageQueue/Transports/AbstractTransportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Case/Lib/MessageQueue/Transports/AbstractTransportTest.php b/Test/Case/Lib/MessageQueue/Transports/AbstractTransportTest.php index 3fe737b..85436cc 100644 --- a/Test/Case/Lib/MessageQueue/Transports/AbstractTransportTest.php +++ b/Test/Case/Lib/MessageQueue/Transports/AbstractTransportTest.php @@ -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 {