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.
1 parent be0674d commit 3f8bc5dCopy full SHA for 3f8bc5d
test/functional/PIMemberRequestTest.php
@@ -50,8 +50,8 @@ public function testRequestMembership()
50
assertMessageExists(
51
$this,
52
UnityHTTPDMessageSeverity::BAD,
53
- ".*",
54
- "This PI doesn't exist",
+ "/.*/",
+ "/^This PI doesn't exist$/",
55
);
56
$this->requestMembership($pi_group->getOwner()->getMail());
57
$this->assertTrue($SQL->requestExists($uid, $gid));
0 commit comments