for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Filoucrackeur\Hubic\Tests\Unit;
use TYPO3\CMS\Core\Tests\UnitTestCase;
abstract class AbstractUnitTest extends UnitTestCase
{
protected function setUp()
}