mediawiki-extensions-AbuseF.../tests/phpunit/unit
Daimona Eaytoy b7c7ae168d Explicitly forbid negative indexes in arrays
This emits its own error because:
1- It's clearer to understand
2- It's easier to find where we're dealing with negative offsets, if
we'll ever want to allow that.

Note that trying to use a negative index already results in a hard PHP
error being thrown.

Bug: T237219
Change-Id: Ib11eaaca5e21f740269141c75e62bac48093e8d0
2019-11-08 05:55:56 +00:00
..
AbuseFilterParserTest.php Explicitly forbid negative indexes in arrays 2019-11-08 05:55:56 +00:00
AbuseFilterParserTestCase.php CachingParser: ensure to catch errors inside short-circuited blocks 2019-09-13 21:13:15 +00:00
AbuseFilterTokenizerTest.php Move parser tests back to /unit 2019-09-03 13:23:11 +00:00
AFPDataTest.php tests: setExpectedException() is deprecated 2019-10-08 16:31:15 -07:00