for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CloverReporterTest\Console;
use PHPUnit\Framework\TestCase;
use CloverReporter\Console\Style;
class StyleTest extends TestCase
{
public function testDummy()
$this->assertTrue(true);
}