This test is passing an "integer" that is beyond what even 64-bit PHP can properly represent as an integer, so it likely winds up passing it as '7.3574757437438E+19' to the database. MySQL, being MySQL, doesn't care much, but other DBs do. Change it to 2**31-1 instead. Change-Id: Ieba51f034eaa1c3eabb2ada6b1ce876beefd3bff |
||
|---|---|---|
| .. | ||
| ArticleTablesTest.php | ||
| ArticleTest.php | ||
| ImagePage404Test.php | ||
| ImagePageTest.php | ||
| WikiCategoryPageTest.php | ||
| WikiPageContentHandlerDbTest.php | ||
| WikiPageDbTestBase.php | ||
| WikiPageNoContentHandlerDbTest.php | ||