for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dtc\QueueBundle\Tests\Document;
use Dtc\QueueBundle\Tests\Doctrine\JobTestTrait;
use PHPUnit\Framework\TestCase;
class JobArchiveTest extends TestCase
{
use JobTestTrait;
}