Add working test suite

This commit is contained in:
Vincent Klaiber
2016-04-26 22:47:48 +02:00
parent efb1b63e17
commit 04a66d99e9
6 changed files with 152 additions and 41 deletions

View File

@ -0,0 +1,15 @@
<?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;
}