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';