wiki.techinc.nl/tests/phpunit/includes
Kevin Israel 6492c009ef Use hex2bin() instead of pack()
This function was added in PHP 5.4.0 and can be used now that MediaWiki
only works with PHP 5.5.9 or higher.

Also fixed a bug in ApiQueryCategoryMembers::validateHexSortkey() that
allowed a single line feed at the end of the string to pass.

Change-Id: I5b577e7dcc5fb6a06ab550429aae657dbcc79083
2016-02-20 00:27:24 -05:00
..
actions Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
api Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
cache Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
changes Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
composer Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
config Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
content Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
context Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
db Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
debug Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
deferred Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
diff Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
exception Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
externalstore Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
filebackend Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
filerepo Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
GlobalFunctions Update comments about language codes 2016-02-19 07:31:51 +00:00
htmlform Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
import PHPUnit: Added test for unknown tags 2016-01-05 16:12:02 +02:00
installer Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
jobqueue Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
json Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
libs Timing: Fix flaky TimingTest test 2016-02-18 21:06:34 +00:00
logging Changed 'expiry' to American English 'expiration' in en.json 2016-02-18 20:07:27 +01:00
mail Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
media Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
objectcache Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
page Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
parser Parsertests: Fix the video parsertests to run using phpunit 2016-02-19 18:15:54 +01:00
password Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
phpunit Include phpunit license for backported classes 2015-09-25 11:18:20 -07:00
poolcounter Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
registration registration: Avoid double slashes in localBasePath 2016-02-18 10:25:02 -08:00
resourceloader Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
search build: Update mediawiki-codesniffer to 0.6.0, add "composer fix" 2016-02-17 02:54:42 -08:00
session Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
site Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
skins tests: Clean up file headers 2015-04-01 00:17:12 +01:00
specialpage Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
specials Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
title Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
upload Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
user Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
utils Use hex2bin() instead of pack() 2016-02-20 00:27:24 -05:00
BlockTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CollationTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DiffHistoryBlobTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
EditPageTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ExportTest.php ExportTest: Simplify code that failed on 5.3 because of reserved word 'namespace' 2016-02-17 21:23:49 +00:00
ExtraParserTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FallbackTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FauxRequestTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FauxResponseTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FormOptionsInitializationTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FormOptionsTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
GitInfoTest.php GitInfo: Allow cache to be in the extension directory itself 2016-01-06 14:41:36 -08:00
HooksTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HtmlFormatterTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HtmlTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HttpTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
LicensesTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
LinkerTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
LinkFilterTest.php LinkFilterTests: Uncomment test cases that should pass on PHP 5.5 2016-02-17 19:35:20 +00:00
MediaWikiTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MediaWikiVersionFetcherTest.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
MergeHistoryTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MessageTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MimeMagicTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MovePageTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWNamespaceTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWTimestampTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
OutputPageTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
PagePropsTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
PathRouterTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
PreferencesTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
PrefixSearchTest.php build: Update mediawiki-codesniffer to 0.6.0, add "composer fix" 2016-02-17 02:54:42 -08:00
RevisionStorageTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
RevisionStorageTestContentHandlerUseDB.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
RevisionTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SampleTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SanitizerTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SanitizerValidateEmailTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
SiteConfigurationTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
StatusTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TemplateCategoriesTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TemplateParserTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TestingAccessWrapper.php Handle static access in TestingAccessWrapper 2016-01-24 22:24:10 -06:00
TestingAccessWrapperTest.php Handle static access in TestingAccessWrapper 2016-01-24 22:24:10 -06:00
TestLogger.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TestUser.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TimeAdjustTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TitleArrayFromResultTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TitleMethodsTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TitlePermissionTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TitleTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
WebRequestTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
WikiMapTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
WikiReferenceTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
XmlJsTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
XmlSelectTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
XmlTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00