MDL-82047 dml: correct constant name in large integer test docblock.

This commit is contained in:
Paul Holden
2024-05-31 07:19:23 +01:00
parent faee1cd58e
commit 113b64c2de
+1 -1
View File
@@ -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;