diff options
author | James Valleroy <jvalleroy@mailbox.org> | 2017-11-30 18:44:42 -0500 |
---|---|---|
committer | James Valleroy <jvalleroy@mailbox.org> | 2017-11-30 18:44:44 -0500 |
commit | 753561b1f495f6ec98644485d3e6fdbfc26ccdb8 (patch) | |
tree | ca4562ac32270191138123fbb679b4e8f2ac7437 | |
parent | 64d6c554dcb66643810c0300cd95f9649627690e (diff) | |
download | KLogger-753561b1f495f6ec98644485d3e6fdbfc26ccdb8.zip KLogger-753561b1f495f6ec98644485d3e6fdbfc26ccdb8.tar.gz KLogger-753561b1f495f6ec98644485d3e6fdbfc26ccdb8.tar.bz2 |
Support phpunit v6
Closes #87
-rw-r--r-- | tests/LoggerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/LoggerTest.php b/tests/LoggerTest.php index d6f7c4a..8cae00e 100644 --- a/tests/LoggerTest.php +++ b/tests/LoggerTest.php @@ -3,7 +3,7 @@ use Katzgrau\KLogger\Logger; use Psr\Log\LogLevel; -class LoggerTest extends PHPUnit_Framework_TestCase +class LoggerTest extends PHPUnit\Framework\TestCase { private $logPath; |