From: Platonides Date: Wed, 20 Feb 2013 22:35:19 +0000 (+0100) Subject: PHPUnit/Framework.php was removed in 2010 X-Git-Tag: 1.31.0-rc.0~20609^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=18ac26561c160e5f54b89e42fe402d5fc49b2368;p=lhc%2Fweb%2Fwiklou.git PHPUnit/Framework.php was removed in 2010 Removed in 9e3aec (phpunit 3.5.1): https://github.com/sebastianbergmann/phpunit/commit/9e3aec43cf6a0a81fab7cd98003d35b427f861b6 Deprecated since fb48a69 (phpunit 3.4.8): https://github.com/sebastianbergmann/phpunit/commit/fb48a69ea606a4740ba1f0e4ddcfe60fcd2a8301 Its usage was replaced with the autoloader. Change-Id: Ib76ed6e9ec83e9e33c76ef423bb0caa0c37067e8 --- diff --git a/tests/selenium/installer/MediaWikiInstallerTestSuite.php b/tests/selenium/installer/MediaWikiInstallerTestSuite.php index 03ffbfd273..1356ce6629 100644 --- a/tests/selenium/installer/MediaWikiInstallerTestSuite.php +++ b/tests/selenium/installer/MediaWikiInstallerTestSuite.php @@ -27,7 +27,6 @@ * */ -require_once 'PHPUnit/Framework.php'; require_once 'PHPUnit/Framework/TestSuite.php'; require_once ( __DIR__ . '/MediaWikiUserInterfaceTestCase.php' );