Skip to content

Commit 8652191

Browse files
committed
Add AbstractTestCase to hold common test methods.
1 parent 1bc88f4 commit 8652191

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/unit/AbstractTestCase.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php declare(strict_types=1);
2+
3+
namespace Pdsinterop\Solid\Auth;
4+
5+
use PHPUnit\Framework\TestCase;
6+
7+
abstract class AbstractTestCase extends TestCase
8+
{
9+
}

0 commit comments

Comments
 (0)