Skip to content

Commit ae07ec1

Browse files
committed
set correct PHPUnit namespace
1 parent c30bb61 commit ae07ec1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/BitmapTest.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
namespace Sokil;
44

5-
class BitmapTest extends \PHPUnit_Framework_TestCase
5+
use PHPUnit\Framework\TestCase;
6+
7+
class BitmapTest extends TestCase
68
{
79
public function testIsAnyBitSetByMask()
810
{

0 commit comments

Comments
 (0)