Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 3 |
CRAP | |
0.00% |
0 / 3 |
NullPrinter | |
0.00% |
0 / 1 |
|
0.00% |
0 / 3 |
12 | |
0.00% |
0 / 3 |
output | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
outputIndented | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
error | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
<?php | |
namespace CirrusSearch\Maintenance; | |
class NullPrinter implements Printer { | |
public function output( $message, $channel = null ) { | |
} | |
public function outputIndented( $message ) { | |
} | |
public function error( $err, $die = 0 ) { | |
} | |
} |