Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / phpunit / phpunit / tests / _files / CustomPrinter.php
1 <?php
2 class CustomPrinter extends PHPUnit_TextUI_ResultPrinter
3 {
4 }