Localisation updates from https://translatewiki.net.
[mediawiki.git] / tests / phpunit / mocks / BrokenClass2.php
blob7313716a462c9c1bda99a20fb6783b9eb71ab1ff
1 <?php
3 namespace MediaWiki\Tests;
5 /**
6 * A class that exists but cannot be instantiated because
7 * its base class does not exist. For testing logic related
8 * to class_exists and is_callable checks.
9 */
10 class BrokenClass2 extends \Some\Thing\ThatDoesNotExist_8723465 {
11 public function aMethod() {
12 // noop