Skip to content

Commit 4b3fdc5

Browse files
author
Christopher Mancini
committed
remove clientid test...
1 parent dc613f4 commit 4b3fdc5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/unit/RiakTest.php

-12
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@ public function testNodeCount($nodes)
3939
$this->assertEquals(count($riak->getNodes()), count($nodes));
4040
}
4141

42-
/**
43-
* @dataProvider getCluster
44-
*
45-
* @param $nodes array
46-
*/
47-
public function testClientId($nodes)
48-
{
49-
$riak = new Riak($nodes);
50-
$this->assertNotEmpty($riak->getClientID());
51-
$this->assertRegExp('/^php_([a-z0-9])+$/', $riak->getClientID());
52-
}
53-
5442
/**
5543
* @dataProvider getCluster
5644
*

0 commit comments

Comments
 (0)