We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af85f68 commit 00e1384Copy full SHA for 00e1384
tests/unit/Connector/soapConnectorTest.php
@@ -43,6 +43,6 @@ function testWSSecurity() {
43
->string($this->testedInstance->getAPIFormattedRequest())
44
->contains('Username>blah<')
45
->contains('Created>' . date_create()->format('Y-m-d')) // Do not run this test at midnight! (Or get it wet).
46
- ->matches('/:Password>\w+=</');
+ ->matches('/:Password>.+=</');
47
}
48
0 commit comments