config() public method

public config ( )
 public function testInitialization()
 {
     $socket = new MockSocket();
     $socket->open(array('test' => true));
     $config = $socket->config();
     $this->assertTrue($config['test']);
 }