wiki.techinc.nl/tests/phpunit/includes/page
Brad Jorsch fd3ddd93e2 Fix WikiPageDbTestBase::testNewFromId_returnsNullOnNonExistingId
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
2018-03-17 22:02:13 -04:00
..
ArticleTablesTest.php
ArticleTest.php Remove Article static methods deprecated in 1.24 2017-10-26 12:22:01 -04:00
ImagePage404Test.php Add @covers tags to page tests 2017-12-24 23:29:00 -08:00
ImagePageTest.php Add @covers tags to page tests 2017-12-24 23:29:00 -08:00
WikiCategoryPageTest.php
WikiPageContentHandlerDbTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
WikiPageDbTestBase.php Fix WikiPageDbTestBase::testNewFromId_returnsNullOnNonExistingId 2018-03-17 22:02:13 -04:00
WikiPageNoContentHandlerDbTest.php Split WikiPageTest into ContentHandler & NoContentHandler tests 2017-12-04 10:46:02 +01:00