Files
laravel-searchy/tests/ServiceProviderTest.php

16 lines
280 B
PHP
Raw Normal View History

2016-04-26 22:47:48 +02:00
<?php
namespace TomLingham\Tests\Searchy;
use GrahamCampbell\TestBenchCore\ServiceProviderTrait;
/**
* This is the service provider test.
*
* @author Vincent Klaiber <hello@vinkla.com>
*/
class ServiceProviderTest extends AbstractTestCase
{
use ServiceProviderTrait;
}