mediawiki-extensions-Echo/tests/phpunit/mapper
Kunal Mehta a00628b42a EventMapper::fetchByUserBundleHash(): Always return an array
It's basically impossible for DatabaseBase::select() to return false now
that ignoreErrors() is protected. So always return an array so callers
don't have to worry about false.

And remove a test that checked the result if DatabaseBase::select() did
return false.

Change-Id: I9ca8511585403d8c0ec262898ad4e61c2b038d51
2015-11-19 10:12:43 -08:00
..
AbstractMapperTest.php Update formatting 2015-10-03 23:28:54 -04:00
EventMapperTest.php EventMapper::fetchByUserBundleHash(): Always return an array 2015-11-19 10:12:43 -08:00
NotificationMapperTest.php Update formatting 2015-10-03 23:28:54 -04:00
TargetPageMapperTest.php Update formatting 2015-10-03 23:28:54 -04:00