Skip to content

Commit d419f0c

Browse files
committed
Modernize tests
1 parent 1dcbbfa commit d419f0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
namespace Pimple\Tests;
2828

2929
use Pimple\Container;
30+
use PHPUnit\Framework\TestCase;
3031

3132
/**
3233
* @author Dominik Zogg <dominik.zogg@gmail.com>
3334
*/
34-
class PimpleServiceProviderInterfaceTest extends \PHPUnit_Framework_TestCase
35+
class PimpleServiceProviderInterfaceTest extends TestCase
3536
{
3637
public function testProvider()
3738
{

src/Pimple/Tests/PimpleTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
namespace Pimple\Tests;
2828

2929
use Pimple\Container;
30+
use PHPUnit\Framework\TestCase;
3031

3132
/**
3233
* @author Igor Wiedler <igor@wiedler.ch>
3334
*/
34-
class PimpleTest extends \PHPUnit_Framework_TestCase
35+
class PimpleTest extends TestCase
3536
{
3637
public function testWithString()
3738
{

0 commit comments

Comments
 (0)