Example #1
0
 /**
  * Tests setting and retrieving soap options from the object.
  * @dataProvider SoapOpts
  */
 public function testSetSoapOpts(array $opts)
 {
     $this->assertSame($this->auth, $this->auth->setSoapOpts($opts));
     $this->assertSame($opts, $this->auth->getSoapOpts());
 }