summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Processor/ProcessIdProcessorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Monolog/Processor/ProcessIdProcessorTest.php')
-rw-r--r--tests/Monolog/Processor/ProcessIdProcessorTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Monolog/Processor/ProcessIdProcessorTest.php b/tests/Monolog/Processor/ProcessIdProcessorTest.php
index 458d2a3..ec39e8e 100644
--- a/tests/Monolog/Processor/ProcessIdProcessorTest.php
+++ b/tests/Monolog/Processor/ProcessIdProcessorTest.php
@@ -1,4 +1,4 @@
-<?php
+<?php declare(strict_types=1);
/*
* This file is part of the Monolog package.
@@ -11,7 +11,7 @@
namespace Monolog\Processor;
-use Monolog\TestCase;
+use Monolog\Test\TestCase;
class ProcessIdProcessorTest extends TestCase
{