File "ExampleTest.php"

Full Path: /home/isoftco/public_html/hrm/tests/Unit/ExampleTest.php
File size: 294 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Tests\Unit;

use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;

class ExampleTest extends TestCase
{
    /**
     * A basic test example.
     *
     * @return void
     */
    public function testBasicTest()
    {
        $this->assertTrue(true);
    }
}