Skip to content

Commit 69f2185

Browse files
TomasVotrubajaapio
authored andcommitted
tests: use new TestCase
1 parent 2110a83 commit 69f2185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Types/ContextFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
use phpDocumentor\Reflection\DocBlock,
1818
phpDocumentor\Reflection\DocBlock\Tag;
1919
use phpDocumentor;
20-
use \ReflectionClass; // yes, the slash is part of the test
2120
use PHPUnit\Framework\TestCase;
21+
use \ReflectionClass; // yes, the slash is part of the test
2222

2323
/**
2424
* @coversDefaultClass \phpDocumentor\Reflection\Types\ContextFactory

0 commit comments

Comments
 (0)