|
|
@@ -283,7 +283,6 @@ class MongoClientTest extends TestCase
|
|
|
{
|
|
|
$client = new \MongoClient('mongodb://localhost/db?w=0&wtimeout=0', ['connect' => false]);
|
|
|
|
|
|
- $this->skipTestIf(extension_loaded('mongo'));
|
|
|
$this->assertSame(['w' => 0, 'wtimeout' => 0], $client->getWriteConcern());
|
|
|
}
|
|
|
|