mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge branch 'develop' into checkout_multiple_accessories
This commit is contained in:
commit
f984b45de2
|
@ -2,14 +2,12 @@
|
||||||
|
|
||||||
namespace Tests\Feature\Console;
|
namespace Tests\Feature\Console;
|
||||||
|
|
||||||
use Illuminate\Support\Facades\Artisan;
|
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
class OptimizeTest extends TestCase
|
class OptimizeTest extends TestCase
|
||||||
{
|
{
|
||||||
public function testOptimizeSucceeds()
|
public function testOptimizeSucceeds()
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->beforeApplicationDestroyed(function () {
|
$this->beforeApplicationDestroyed(function () {
|
||||||
$this->artisan('config:clear');
|
$this->artisan('config:clear');
|
||||||
$this->artisan('route:clear');
|
$this->artisan('route:clear');
|
||||||
|
|
Loading…
Reference in a new issue