Skip to content

Commit dcb024f

Browse files
committed
test: add base TestCase
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 9ecb0d4 commit dcb024f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

tests/TestCase.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
// SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
4+
// SPDX-License-Identifier: AGPL-3.0-or-later
5+
6+
declare(strict_types=1);
7+
8+
namespace LibreCodeCoop\NfsePHP\Tests;
9+
10+
use PHPUnit\Framework\TestCase as BaseTestCase;
11+
12+
abstract class TestCase extends BaseTestCase {}

0 commit comments

Comments
 (0)