1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-07 09:23:31 +02:00

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
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

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