wiki.techinc.nl/tests/phpunit/includes/site
daniel 980da6d6a7 ORMRow must not ignore failures on insert by deault.
ORMRow shouldn't apply the "IGNORE" modifier for insertions by default.
IGNORE means pretending the insert was successfull even if it wasn't.
That's not a good default, and for some databases (like sqlite), may
actually hide errors beyond key conflicts.

Change-Id: I8b00cd03a459419441195ed25091385371b027a5
2012-10-31 20:15:02 +01:00
..
MediaWikiSiteTest.php
SiteArrayTest.php
SiteListTest.php Fix for SiteListTest failing on 32bit machines 2012-10-15 12:38:10 +02:00
SiteObjectTest.php ORMRow must not ignore failures on insert by deault. 2012-10-31 20:15:02 +01:00
SitesTest.php
TestSites.php