Skip to content

Commit

Permalink
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
carusogabriel authored and Nyholm committed Jan 13, 2018
1 parent d9e6e73 commit a90d14d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Unit/DsnTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
namespace Cache\AdapterBundle\Tests\Unit;

use Cache\AdapterBundle\DSN;
use PHPUnit\Framework\TestCase;

/**
* DsnTest.
*/
class DsnTest extends \PHPUnit_Framework_TestCase
class DsnTest extends TestCase
{
/**
* @static
Expand Down

0 comments on commit a90d14d

Please sign in to comment.