Searched refs:attacker (Results 1 – 1 of 1) sorted by relevance
114 * @param string $attacker username containing a regex metacharacter118 public function testModifyUserRegexMetacharacter($attacker, $sibling) argument120 $this->auth->createUser($attacker, "password", "Attacker", "a@example.com");121 if ($sibling !== $attacker) {127 $user = $this->auth->getUserData($attacker);129 $this->assertTrue($this->auth->modifyUser($attacker, $user));133 $this->assertEquals("Renamed", $this->auth->getUserData($attacker)['name']);138 if ($sibling !== $attacker) {