for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CloverToHtml\Tests\Service\CliFactory;
use CloverToHtml\Service\CliFactory;
class GetInstanceTest extends \PHPUnit_Framework_TestCase
{
public function testInstance()
$this->assertInstanceOf('\Symfony\Component\Console\Application', CliFactory::getInstance());
}