11 lines
149 B
PHP
11 lines
149 B
PHP
|
<?php declare(strict_types=1);
|
||
|
|
||
|
namespace MonarcAppFo\Tests\Unit;
|
||
|
|
||
|
use PHPUnit\Framework\TestCase;
|
||
|
|
||
|
class AbstractUnitTestCase extends TestCase
|
||
|
{
|
||
|
|
||
|
}
|