Page MenuHomeWickedGov Phorge

DummyTermColorer.php
No OneTemporary

Size
337 B
Referenced Files
None
Subscribers
None

DummyTermColorer.php

<?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

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)

Event Timeline