for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GBProd\Tests\Units\ElasticsearchExtraBundle;
use atoum;
/**
* Tests for bundle
*
* @author gbprod <[email protected]>
*/
class ElasticsearchExtraBundle extends atoum
{
public function testConstruction()
$this
->if($this->newTestedInstance)
->then
->object($this->testedInstance)->isTestedInstance()
;
}