Page MenuHomeWickedGov Phorge

BrokenClass.php
No OneTemporary

Size
313 B
Referenced Files
None
Subscribers
None

BrokenClass.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 BrokenClass extends \Some\Thing\ThatDoesNotExist_8723465 {
public function aMethod() {
// noop
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 14:39 (1 d, 6 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9c/97/11b04f24649d3f320098b8b65cde
Default Alt Text
BrokenClass.php (313 B)

Event Timeline