• File: TestCase.php
  • Full Path: /var/www/quatenus/tests/TestCase.php
  • Date Modified: 10/05/2021 7:55 PM
  • File size: 173 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;
}