Page MenuHomeWickedGov Phorge

BrokenClass2.php
No OneTemporary

Size
314 B
Referenced Files
None
Subscribers
None

BrokenClass2.php

<?php
namespace MediaWiki\Tests;
/**
* A class that exists but cannot be instantiated because
* its base class does not exist. For testing logic related
* to class_exists and is_callable checks.
*/
class BrokenClass2 extends \Some\Thing\ThatDoesNotExist_8723465 {
public function aMethod() {
// noop
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 05:10 (1 d, 17 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0b/7e/c6b4a365895985a5f1179bfc0d88
Default Alt Text
BrokenClass2.php (314 B)

Event Timeline