PHPUnit/Framework.php was removed in 2010
authorPlatonides <platonides@gmail.com>
Wed, 20 Feb 2013 22:35:19 +0000 (23:35 +0100)
committerPlatonides <platonides@gmail.com>
Wed, 20 Feb 2013 22:35:19 +0000 (23:35 +0100)
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

tests/selenium/installer/MediaWikiInstallerTestSuite.php

index 03ffbfd..1356ce6 100644 (file)
@@ -27,7 +27,6 @@
  *
  */
 
-require_once 'PHPUnit/Framework.php';
 require_once 'PHPUnit/Framework/TestSuite.php';
 
 require_once ( __DIR__ . '/MediaWikiUserInterfaceTestCase.php' );