From cefa9b919eeb09c912252dfa38324535daa1dcf3 Mon Sep 17 00:00:00 2001 From: orklah Date: Tue, 20 Jul 2021 23:55:49 +0200 Subject: [PATCH] change wording --- tests/FunctionCallTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FunctionCallTest.php b/tests/FunctionCallTest.php index f41e91502..0203c8b04 100644 --- a/tests/FunctionCallTest.php +++ b/tests/FunctionCallTest.php @@ -2182,7 +2182,7 @@ class FunctionCallTest extends TestCase $this->analyzeFile('somefile.php', new \Psalm\Context()); } - public function testTriggerErrorNone(): void + public function testTriggerErrorNever(): void { $config = \Psalm\Config::getInstance(); $config->trigger_error_exits = 'never';