Example #1
0
 public function testAddLayer()
 {
     $client = new Client('http://localhost');
     $client->addProtocolLayer(new \ClientProtocolLayer(), Client::LAYER_PLACEMENT_TOP);
 }