Skip to content

Commit a90d14d

Browse files
carusogabrielNyholm
authored andcommitted
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#72)
1 parent d9e6e73 commit a90d14d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Unit/DsnTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
namespace Cache\AdapterBundle\Tests\Unit;
1313

1414
use Cache\AdapterBundle\DSN;
15+
use PHPUnit\Framework\TestCase;
1516

1617
/**
1718
* DsnTest.
1819
*/
19-
class DsnTest extends \PHPUnit_Framework_TestCase
20+
class DsnTest extends TestCase
2021
{
2122
/**
2223
* @static

0 commit comments

Comments
 (0)