| Path : /var/www/html/phkaynews-v2/vendor/jantinnerezo/livewire-alert/tests/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/phkaynews-v2/vendor/jantinnerezo/livewire-alert/tests/TestCase.php |
<?php
namespace Jantinnerezo\LivewireAlert\Tests;
use Livewire\LivewireServiceProvider;
use Jantinnerezo\LivewireAlert\LivewireAlertServiceProvider;
class TestCase extends \Orchestra\Testbench\TestCase
{
protected function getPackageProviders($app): array
{
return [
LivewireServiceProvider::class,
LivewireAlertServiceProvider::class
];
}
protected function getEnvironmentSetUp($app)
{
$app['config']->set('app.key', 'base64:9BLvxrqZjcRwnrHzaI4gOvRaSs2GBQodhp6snnDFEqc=');
}
}