Use PHPUnit_Framework_TestCase in a few utils/ tests
authorChad Horohoe <chadh@wikimedia.org>
Tue, 30 Dec 2014 04:56:47 +0000 (20:56 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 30 Dec 2014 04:56:47 +0000 (20:56 -0800)
commit20ef448bc32d3e8ac68b8bdf1f004bb476ccacc5
treee9b0ef8e2ac75e93ceaff8f91d499cee5fcf4d30
parente22057d1c5587b1cb3137ea075387ecc9925054a
Use PHPUnit_Framework_TestCase in a few utils/ tests

IPTest, StringUtilsTest and ZipDirectoryReaderTest do not
need the extra overhead

Change-Id: Ic05afb1a3a094a57383d483f4e50bd1ed9a183e2
tests/phpunit/includes/utils/IPTest.php
tests/phpunit/includes/utils/StringUtilsTest.php
tests/phpunit/includes/utils/ZipDirectoryReaderTest.php