diff --git a/src/Parts/PhpUnit/stubs/tests/ExampleTest.php b/src/Parts/PhpUnit/stubs/tests/ExampleTest.php old mode 100644 new mode 100755 index 284d79b..b49327c --- a/src/Parts/PhpUnit/stubs/tests/ExampleTest.php +++ b/src/Parts/PhpUnit/stubs/tests/ExampleTest.php @@ -2,7 +2,9 @@ namespace Foo\Bar\Tests; -class ExampleTest extends \PHPUnit_Framework_TestCase +use PHPUnit\Framework\TestCase; + +class ExampleTest extends TestCase { }