Example #1
0
 public function testCreateProd()
 {
     $client = new Client('', false);
     $this->assertNotContains('develop', $client->getServer());
 }