D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
stevebauman
/
location
/
tests
/
Filename :
TestCase.php
back
Copy
<?php namespace Stevebauman\Location\Tests; use Orchestra\Testbench\TestCase as BaseTestCase; use Stevebauman\Location\LocationServiceProvider; class TestCase extends BaseTestCase { /** * {@inheritdoc} */ protected function getPackageProviders($app) { return [LocationServiceProvider::class]; } }