Skip to content

Commit 4c8784d

Browse files
authored
Merge pull request #79 from simonhunt/master
Update PHPUnit Example Test stub...
2 parents 9ad08aa + b2f0062 commit 4c8784d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Parts/PhpUnit/stubs/tests/ExampleTest.php

100644100755
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
namespace Foo\Bar\Tests;
44

5-
class ExampleTest extends \PHPUnit_Framework_TestCase
5+
use PHPUnit\Framework\TestCase;
6+
7+
class ExampleTest extends TestCase
68
{
79

810
}

0 commit comments

Comments
 (0)