for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use Heri\Bundle\JobQueueBundle\Tests\TestCase;
class QueueServiceTest extends TestCase
{
public function testInstanceOf()
$queue = $this->container->get('jobqueue');
$this->assertInstanceOf('\Heri\Bundle\JobQueueBundle\Service\QueueService', $queue);
}