Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
CRAP | |
100.00% |
1 / 1 |
| NullDumper | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
| write(PhpFile $aFile) | |
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
|||
| <?php | |
| /* | |
| * Mondrian | |
| */ | |
| namespace Trismegiste\Mondrian\Parser; | |
| /** | |
| * NullDumper is a dumper for dry run | |
| */ | |
| class NullDumper extends PhpPersistence | |
| { | |
| /** | |
| * do nothing | |
| */ | |
| public function write(PhpFile $aFile) | |
| { | |
| } | |
| } |