Example #1
0
 public function testConnectionString()
 {
     $string = Client::makeConnectionString();
     $string_expected = 'mongodb://*****:*****@localhost:27017/test';
     $this->assertEquals($string_expected, $string);
 }