Skip to content

Commit

Permalink
Merge pull request #79 from simonhunt/master
Browse files Browse the repository at this point in the history
Update PHPUnit Example Test stub...
  • Loading branch information
franzliedke committed Dec 1, 2017
2 parents 9ad08aa + b2f0062 commit 4c8784d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Parts/PhpUnit/stubs/tests/ExampleTest.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

namespace Foo\Bar\Tests;

class ExampleTest extends \PHPUnit_Framework_TestCase
use PHPUnit\Framework\TestCase;

class ExampleTest extends TestCase
{

}

0 comments on commit 4c8784d

Please sign in to comment.