Skip to content

Commit ad8af05

Browse files
committed
PHP 7.1 compatibility for tests
1 parent 29eba10 commit ad8af05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BarcodeValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use violuke\Barcodes\BarcodeValidator;
66

7-
class BarcodeValidatorTest extends \PHPUnit_Framework_TestCase
7+
class BarcodeValidatorTest extends \PHPUnit\Framework\TestCase
88
{
99

1010
public function testInit()

0 commit comments

Comments
 (0)