We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30bb61 commit ae07ec1Copy full SHA for ae07ec1
tests/BitmapTest.php
@@ -2,7 +2,9 @@
2
3
namespace Sokil;
4
5
-class BitmapTest extends \PHPUnit_Framework_TestCase
+use PHPUnit\Framework\TestCase;
6
+
7
+class BitmapTest extends TestCase
8
{
9
public function testIsAnyBitSetByMask()
10
0 commit comments