We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a83b19 commit 59ff429Copy full SHA for 59ff429
test/php/library/Icinga/Application/AnyPasswordPolicyTest.php
@@ -17,7 +17,7 @@ public function setUp(): void
17
18
public function testMethodGetName(): void
19
{
20
- $this->assertSame('Any', $this->instance->getName());
+ $this->assertSame('None', $this->instance->getName());
21
}
22
23
public function testValidatePasswordValid(): void
0 commit comments