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