Skip to content

Commit b6ad8ba

Browse files
committed
update usage of PHPUnitFrameworkTestCase
1 parent 74fcc1a commit b6ad8ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/TestCase.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace WsdlToPhp\PackageBase\Tests;
44

5-
abstract class TestCase extends \PHPUnit_Framework_TestCase
5+
use PHPUnit\Framework\TestCase as PHPUnitFrameworkTestCase;
6+
7+
abstract class TestCase extends PHPUnitFrameworkTestCase
68
{
79
}

0 commit comments

Comments
 (0)