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