Apply fixes from StyleCI (#1)
This commit is contained in:
parent
6ad41471c0
commit
b6f4589e48
7 changed files with 22 additions and 7 deletions
|
@ -31,7 +31,7 @@ class MetricsControllerTest extends TestCase
|
|||
->withArgs([
|
||||
"\n",
|
||||
200,
|
||||
['Content-Type' => RenderTextFormat::MIME_TYPE]
|
||||
['Content-Type' => RenderTextFormat::MIME_TYPE],
|
||||
])
|
||||
->andReturn($response);
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace Tests;
|
||||
|
||||
use Mockery;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Prometheus\Storage\APC;
|
||||
use Prometheus\Storage\InMemory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue