File "TestCase-20250405030714.php"

Full Path: /home/fundopuh/trader.fxex.org/tests/TestCase-20250405030714.php
File size: 163 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Tests;

use Illuminate\Foundation\Testing\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
    use CreatesApplication;
}