• File: TestCase.php
  • Full Path: /var/www/imaliapitest/tests/TestCase.php
  • Date Modified: 05/19/2025 4:29 PM
  • 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;
}