for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Webwizo\ShortCodes;
use TestCase;
class TestServiceProvider extends TestCase
{
public function testShortcodeClass()
$shortcode = app('shortcode');
$this->assertInstanceOf(Shortcode::class, $shortcode);
}