Skip to content

Commit 2267295

Browse files
committed
Use the namespaced PHPUnit TestCase class
1 parent 2443c8d commit 2267295

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/Phug/ReaderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
namespace Tale\Phug\Test;
44

5+
use PHPUnit\Framework\TestCase;
56
use Phug\Reader;
67
use Phug\ReaderException;
78

89
/**
910
* @coversDefaultClass Phug\Reader
1011
*/
11-
class ReaderTest extends \PHPUnit_Framework_TestCase
12+
class ReaderTest extends TestCase
1213
{
1314
/**
1415
* @covers ::__construct

0 commit comments

Comments
 (0)