We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b0fd5c + 17d79f5 commit c9c7805Copy full SHA for c9c7805
composer.json
@@ -14,7 +14,7 @@
14
"php": "^5.4 || ^7.0"
15
},
16
"require-dev": {
17
- "phpunit/phpunit": "^4.8.35 || ^5.0"
+ "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0"
18
19
"autoload": {
20
"psr-4": {
tests/Dotenv/ValidatorBooleanTest.php
@@ -1,8 +1,9 @@
1
<?php
2
3
use Dotenv\Dotenv;
4
+use PHPUnit\Framework\TestCase;
5
-class ValidatorBooleanTest extends PHPUnit_Framework_TestCase
6
+class ValidatorBooleanTest extends TestCase
7
{
8
/**
9
* @var string
0 commit comments