We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fa510 commit fe5e18cCopy full SHA for fe5e18c
tests/Mautic/FormTest.php
@@ -71,7 +71,7 @@ function test_prepare_response($result, $expectedHeader, $expectedContentType):
71
$this->assertNull($response['content']);
72
break;
73
default:
74
- throw new InvalidArgumentException("Nieznany typ: $expectedContentType");
+ throw new \InvalidArgumentException("Nieznany typ: $expectedContentType");
75
}
76
77
0 commit comments