@@ -9,9 +9,6 @@
* file that was distributed with this source code.
*/
-use \PHPUnit_Framework_Constraint;
-use \PHPUnit_Framework_ExpectationFailedException;
-
/**
* Constraint that accepts arrays with the same elements but different order.
@@ -11,7 +11,7 @@
namespace Predis\Command;
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
use Predis\Client;
use Predis\Profile\ServerProfile;
namespace Predis\Connection;
namespace Predis\Cluster\Distribution;
*
namespace Predis\Profile;
namespace Predis;
use Predis\Connection\ConnectionFactory;
use Predis\Connection\MasterSlaveReplication;
* @todo Not really useful right now.
namespace Predis\Cluster;
use Predis\Cluster\Distribution\HashRing;
namespace Predis\Collection\Iterator;
* @group commands
* We only perform disconnected tests for this commands because
namespace Predis\Command\Processor;
* @group realm-scripting