Fix for SiteListTest failing on 32bit machines
authorTobias Gritschacher <tobias.gritschacher@wikimedia.de>
Mon, 15 Oct 2012 10:38:10 +0000 (12:38 +0200)
committerTobias Gritschacher <tobias.gritschacher@wikimedia.de>
Mon, 15 Oct 2012 10:38:10 +0000 (12:38 +0200)
commitfa259fcc8ad636f437a9ba3788f750331cd3a4ae
treee4e91fed2870c04ee3eb9a80762aaf0e4895d922
parent366a35839f3a97f89498cd93ea98a85a9e8ea9fd
Fix for SiteListTest failing on 32bit machines

- this fixes an issue with test data which is a too large integer
  interpreted as float on 32 bit systems
- see http://www.php.net/manual/de/language.types.integer.php#103506
- "On a 32-bit system, the largest value that can be held in an INT is
  2147483647."

Change-Id: I577dfba3b32e93535c06329ee1b4de28366a1aac
tests/phpunit/includes/site/SiteListTest.php