[tests] Remove useless backslash in "use" directive.

This commit is contained in:
Daniele Alessandri
2013-11-16 14:57:00 +01:00
parent e42c72c043
commit f18d7103f5
199 changed files with 198 additions and 201 deletions
@@ -11,7 +11,7 @@
namespace Predis\Transaction;
use \PHPUnit_Framework_TestCase as StandardTestCase;
use PHPUnit_Framework_TestCase as StandardTestCase;
use Predis\Client;