Path : /var/www/html/jewelry-pos/vendor/stevebauman/location/tests/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/jewelry-pos/vendor/stevebauman/location/tests/TestCase.php |
<?php namespace Stevebauman\Location\Tests; use Orchestra\Testbench\TestCase as BaseTestCase; use Stevebauman\Location\LocationServiceProvider; class TestCase extends BaseTestCase { /** * {@inheritdoc} */ protected function getPackageProviders($app): array { return [LocationServiceProvider::class]; } }