TIF_E41200988/Pengukuran Kinerja Dosen/tests/TestCase.php

10 lines
162 B
PHP

<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}