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:
parent
faee1cd58e
commit
113b64c2de
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user