Apply fixes from StyleCI
This commit is contained in:
@@ -73,5 +73,4 @@ class IntegrationTest extends TestCase
|
||||
|
||||
Queue::assertNotPushed(DummyJob::class);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+2
-3
@@ -2,12 +2,12 @@
|
||||
|
||||
namespace Appvise\AppStoreNotifications\Tests;
|
||||
|
||||
use Appvise\AppStoreNotifications\NotificationsServiceProvider;
|
||||
use Exception;
|
||||
use CreateAppleNotificationsTable;
|
||||
use Illuminate\Foundation\Exceptions\Handler;
|
||||
use Illuminate\Contracts\Debug\ExceptionHandler;
|
||||
use Orchestra\Testbench\TestCase as OrchestraTestCase;
|
||||
use CreateAppleNotificationsTable;
|
||||
use Appvise\AppStoreNotifications\NotificationsServiceProvider;
|
||||
|
||||
abstract class TestCase extends OrchestraTestCase
|
||||
{
|
||||
@@ -71,5 +71,4 @@ abstract class TestCase extends OrchestraTestCase
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
return json_decode('{
|
||||
"environment": "Sandbox",
|
||||
"notification_type": "INITIAL_BUY",
|
||||
@@ -62,7 +63,6 @@ return json_decode('{
|
||||
}', true
|
||||
);
|
||||
|
||||
|
||||
//{
|
||||
// "environment": "Sandbox",
|
||||
// "notification_type": "INITIAL_BUY",
|
||||
|
||||
Reference in New Issue
Block a user