Localisation updates from https://translatewiki.net.
[mediawiki.git] / tests / phpunit / mocks / BrokenClass3.php
blob2f0cfdf94211485c71093bff4be90d11155c9e89
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 BrokenClass3 extends \Some\Thing\ThatDoesNotExist_8723465 {
11 public function aMethod() {
12 // noop