We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a67e50 + 3a62ee6 commit 3e00f3bCopy full SHA for 3e00f3b
tests/unit/Codeception/Module/SoapTest.php
@@ -3,6 +3,10 @@
3
use Codeception\Util\Stub as Stub;
4
use Codeception\Util\Soap as SoapUtil;
5
6
+/**
7
+ * Class SoapTest
8
+ * @group appveyor
9
+ */
10
class SoapTest extends \PHPUnit_Framework_TestCase
11
{
12
@@ -30,7 +34,7 @@ public function testXmlIsBuilt() {
30
34
}
31
35
32
36
public function testBuildHeaders() {
33
- $this->module->haveSoapHeader('AuthHeader', array('username' => 'davert', 'password' => '123456'));
37
+ $this->module->haveSoapHeader('AuthHeader', ['username' => 'davert', 'password' => '123456']);
38
$dom = new \DOMDocument();
39
$dom->load($this->layout);
40
$header = $dom->createElement('AuthHeader');
0 commit comments