for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
/**
* Created by Vitaly Iegorov <[email protected]>.
* on 22.12.16 at 18:16.
*/
namespace samsonframework\behatextension\tests;
* Class TestCase.
*
* @author Vitaly Egorov <[email protected]>
class TestCase extends \PHPUnit\Framework\TestCase
{
public function testBulk()
// TODO: Write tests
$this->assertTrue(true);
}