You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
280 B

  1. <?php
  2. namespace TomLingham\Tests\Searchy;
  3. use GrahamCampbell\TestBenchCore\ServiceProviderTrait;
  4. /**
  5. * This is the service provider test.
  6. *
  7. * @author Vincent Klaiber <hello@vinkla.com>
  8. */
  9. class ServiceProviderTest extends AbstractTestCase
  10. {
  11. use ServiceProviderTrait;
  12. }