tests/phpunit/phpunit.php: Add @codingStandardsIgnore comment
authorVivek Ghaisas <v.a.ghaisas@gmail.com>
Sat, 20 Jun 2015 20:55:06 +0000 (23:55 +0300)
committerVivek Ghaisas <v.a.ghaisas@gmail.com>
Sat, 20 Jun 2015 20:55:06 +0000 (23:55 +0300)
commit9359cfffd40ffaa022d6c2b745c74a998bcce640
treea1f0d5fdadf55a0a5eb6cabcd994d28a7e3e6d5c
parent96c93a8ccebbc912fe039d5a49d691817d69f59d
tests/phpunit/phpunit.php: Add @codingStandardsIgnore comment

MediaWiki Codesniffer warns that "Silencing errors is discouraged".
Assuming this was done with good reason, this patch surrounds the
offending line with comments asking codesniffer to ignore the line.

Ironically, silencing errors about silencing errors.

Change-Id: Ib811b03b0a53735ce0da38bc8861ff38f9d1a666
tests/phpunit/phpunit.php