Skip to content

Commit b4f23f4

Browse files
committed
Fix phpcs thingamabobs
1 parent 249a536 commit b4f23f4

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

tests/FunctionalTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
use function count;
2525
use function current;
2626
use function explode;
27-
use function filter_var;
2827
use function getenv;
2928
use function implode;
3029
use function in_array;
@@ -46,7 +45,6 @@
4645
use function version_compare;
4746

4847
use const DIRECTORY_SEPARATOR;
49-
use const FILTER_VALIDATE_BOOLEAN;
5048
use const INFO_MODULES;
5149
use const PATH_SEPARATOR;
5250

tests/SpecTests/RetryableWrites/Prose3_ReturnOriginalErrorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use MongoDB\Driver\Monitoring\CommandSubscriber;
99
use MongoDB\Driver\Monitoring\CommandSucceededEvent;
1010
use MongoDB\Tests\SpecTests\FunctionalTestCase;
11-
use PHPUnit\Framework\Attributes\Group;
1211

1312
/**
1413
* Prose test 3: Return Original Error

tests/UnifiedSpecTests/UnifiedTestRunner.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use function call_user_func;
2121
use function count;
2222
use function explode;
23-
use function filter_var;
2423
use function gc_collect_cycles;
2524
use function getenv;
2625
use function implode;
@@ -41,8 +40,6 @@
4140
use function substr_replace;
4241
use function version_compare;
4342

44-
use const FILTER_VALIDATE_BOOLEAN;
45-
4643
/**
4744
* Unified test runner.
4845
*

0 commit comments

Comments
 (0)