Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4115460
DummyTermColorer.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
337 B
Referenced Files
None
Subscribers
None
DummyTermColorer.php
View Options
<?php
/**
* @license GPL-2.0-or-later
* @file
*/
namespace
MediaWiki\Tests
;
/**
* A colour-less terminal, drop-in replacement for {@link AnsiTermColorer}.
*
* @ingroup Testing
*/
class
DummyTermColorer
{
public
function
color
(
string
|
int
$color
):
string
{
return
''
;
}
public
function
reset
():
string
{
return
''
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 00:52 (1 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c3/7f/4730a9fde72e234ddca8760bfa43
Default Alt Text
DummyTermColorer.php (337 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment