Commit 8ad3fb83 authored by Pascal Borreli's avatar Pascal Borreli

Fixing breaking test provoke by #172

parent 16a9572f
...@@ -132,7 +132,7 @@ class PoolingShardConnectionTest extends \PHPUnit_Framework_TestCase ...@@ -132,7 +132,7 @@ class PoolingShardConnectionTest extends \PHPUnit_Framework_TestCase
public function testShardMissingId() public function testShardMissingId()
{ {
$this->setExpectedException('InvalidArgumentException', "Missing 'id' for one configured shard. Please specificy a unique shard-id."); $this->setExpectedException('InvalidArgumentException', "Missing 'id' for one configured shard. Please specify a unique shard-id.");
$conn = DriverManager::getConnection(array( $conn = DriverManager::getConnection(array(
'wrapperClass' => 'Doctrine\DBAL\Sharding\PoolingShardConnection', 'wrapperClass' => 'Doctrine\DBAL\Sharding\PoolingShardConnection',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment