for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Tests\GBProd\DoctrineSpecificationBundle;
use GBProd\DoctrineSpecificationBundle\DoctrineSpecificationBundle;
/**
* Tests for Bundle
*
* @author gbprod <[email protected]>
*/
class DoctrineSpecificationBundleTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
new DoctrineSpecificationBundle();
}