Add working test suite
This commit is contained in:
15
tests/ServiceProviderTest.php
Normal file
15
tests/ServiceProviderTest.php
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user