chore: removes team printer while printer stuff is not ready

This commit is contained in:
Nuno Maduro
2022-06-10 09:31:39 +01:00
parent 41dbc947fa
commit c0fc52f719
2 changed files with 2 additions and 14 deletions

View File

@ -1,12 +0,0 @@
<?php
declare(strict_types=1);
namespace Pest\Logging;
use PHPUnit\TextUI\DefaultResultPrinter;
final class TeamCity extends DefaultResultPrinter
{
// @todo
}