Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit ff9cc70

Browse files
Add base test case
1 parent 9eaf631 commit ff9cc70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/TestCase.php

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace SebastiaanLuca\PhpHelpers\Tests;
4+
5+
use PHPUnit\Framework\TestCase as BaseTestCase;
6+
7+
class TestCase extends BaseTestCase
8+
{
9+
}

0 commit comments

Comments
 (0)