Skip to content

Commit

Permalink
TestCase is abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Nov 25, 2017
1 parent 4f2c47e commit 1d7b2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

namespace Eventum\RPC\Test;

class TestCase extends \PHPUnit\Framework\TestCase
abstract class TestCase extends \PHPUnit\Framework\TestCase
{
}

0 comments on commit 1d7b2da

Please sign in to comment.