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.
1 parent 875dc92 commit f9da4d5Copy full SHA for f9da4d5
tests/Model/CachingIteratorTest.php
@@ -3,8 +3,8 @@
3
namespace MongoDB\Tests\Model;
4
5
use MongoDB\Model\CachingIterator;
6
+use MongoDB\Tests\TestCase;
7
use Exception;
-use PHPUnit\Framework\TestCase;
8
9
class CachingIteratorTest extends TestCase
10
{
tests/PedantryTest.php
@@ -2,7 +2,6 @@
2
namespace MongoDB\Tests;
-use PHPUnit\Framework\TestCase as BaseTestCase;
use RecursiveDirectoryIterator;
use RecursiveIteratorIterator;
use ReflectionClass;
@@ -12,7 +11,7 @@
12
11
/**
13
* Pedantic tests that have nothing to do with functional correctness.
14
*/
15
-class PedantryTest extends BaseTestCase
+class PedantryTest extends TestCase
16
17
18
* @dataProvider provideProjectClassNames
0 commit comments