for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Cowglow\InstagramGallery\Tests\Application;
use Cowglow\InstagramGallery\Tests\AbstractTestBase;
class BaseControllerTest extends AbstractTestBase
{
public function testConstructor()
$this->assertTrue(true);
}