for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dtc\QueueBundle\Tests\Model;
use Dtc\QueueBundle\Tests\GetterSetterTrait;
use PHPUnit\Framework\TestCase;
class RunTest extends TestCase
{
use GetterSetterTrait;
public function testGettersSetters()
$this->runGetterSetterTests('\Dtc\QueueBundle\Model\Run');
}