• File: TestCase.php
  • Full Path: /var/www/example-app2/tests/TestCase.php
  • Date Modified: 09/20/2022 8:19 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;
}