Skip to content

Commit

Permalink
remove clientid test...
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mancini committed May 29, 2015
1 parent dc613f4 commit 4b3fdc5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/unit/RiakTest.php
Expand Up @@ -39,18 +39,6 @@ public function testNodeCount($nodes)
$this->assertEquals(count($riak->getNodes()), count($nodes));
}

/**
* @dataProvider getCluster
*
* @param $nodes array
*/
public function testClientId($nodes)
{
$riak = new Riak($nodes);
$this->assertNotEmpty($riak->getClientID());
$this->assertRegExp('/^php_([a-z0-9])+$/', $riak->getClientID());
}

/**
* @dataProvider getCluster
*
Expand Down

0 comments on commit 4b3fdc5

Please sign in to comment.