Remove $this reference in static method
authorErik Bernhardson <ebernhardson@wikimedia.org>
Wed, 23 Sep 2015 21:07:44 +0000 (14:07 -0700)
committerEBernhardson <ebernhardson@wikimedia.org>
Wed, 23 Sep 2015 21:08:36 +0000 (21:08 +0000)
commit91aebb607209837c52899047ac68a17297382aa6
tree15950b8367ddff85c7ae3b8f2d94eebedcd082cf
parent889283b16ee96e7127cb1296d525620602e427f3
Remove $this reference in static method

Adds a couple tests to demonstrate the problem and fixes
it.

Change-Id: Ib15088e83ad333fb126446fad86f97ae12ff6e74
includes/utils/AvroValidator.php
tests/phpunit/includes/utils/AvroValidatorTest.php