File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/Unit/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ protected function getDqlStatements(): array
4343 }
4444
4545 #[Test]
46- public function throws_exception_for_invalid_argument_count (): void
46+ public function throws_exception_for_odd_number_of_arguments (): void
4747 {
4848 $ this ->expectException (InvalidArgumentForVariadicFunctionException::class);
4949
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ protected function getDqlStatements(): array
4343 }
4444
4545 #[Test]
46- public function throws_exception_for_invalid_argument_count (): void
46+ public function throws_exception_for_odd_number_of_arguments (): void
4747 {
4848 $ this ->expectException (InvalidArgumentForVariadicFunctionException::class);
4949
You can’t perform that action at this time.
0 commit comments