From 113b64c2decbf936052d61d6108efebd041dbfc3 Mon Sep 17 00:00:00 2001 From: Paul Holden <paulh@moodle.com> Date: Fri, 31 May 2024 07:19:23 +0100 Subject: [PATCH] MDL-82047 dml: correct constant name in large integer test docblock. --- lib/dml/tests/dml_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dml/tests/dml_test.php b/lib/dml/tests/dml_test.php index 584d3ba691f..ae0fb3bf960 100644 --- a/lib/dml/tests/dml_test.php +++ b/lib/dml/tests/dml_test.php @@ -4674,7 +4674,7 @@ EOD; } /** - * Test that the SQL_MAX_INT constant can be used for all insert, update, select and delete queries + * Test that the SQL_INT_MAX constant can be used for all insert, update, select and delete queries */ public function test_sql_max_int(): void { $DB = $this->tdb;