Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/./tests
الملفات الموجودة في هذا الـ Path:
.
..
CreatesApplication.php
Feature
TestCase.php
Unit

مشاهدة ملف: TestCase.php

<?php

namespace Tests;

use Illuminate\Foundation\Testing\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
    use CreatesApplication;
}