mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Move some classes and interfaces in other namespaces.
This commit is contained in:
@@ -13,7 +13,6 @@ namespace Predis\Connection;
|
||||
|
||||
use \PHPUnit_Framework_TestCase as StandardTestCase;
|
||||
|
||||
use Predis\ConnectionParameters;
|
||||
use Predis\Profile\ServerProfile;
|
||||
|
||||
/**
|
||||
@@ -34,7 +33,7 @@ class StreamConnectionTest extends ConnectionTestCase
|
||||
/**
|
||||
* @group disconnected
|
||||
*/
|
||||
public function testExposesConnectionParameters()
|
||||
public function testExposesParameters()
|
||||
{
|
||||
$parameters = $this->getParameters();
|
||||
$connection = new StreamConnection($parameters);
|
||||
|
||||
Reference in New Issue
Block a user