Skip to content

Commit

Permalink
Made BaseTest abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWesner committed Aug 24, 2024
1 parent 9b1f3a7 commit 09500de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/awdy.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use PHPUnit\Framework\TestCase;

class BaseTest extends TestCase
abstract class BaseTest extends TestCase
{
protected function stripAnsiEscapes(string $value): string
{
Expand Down

0 comments on commit 09500de

Please sign in to comment.