• File: ExampleTest.php
  • Full Path: /home/masbinta/public_html/core/tests/Unit/ExampleTest.php
  • File size: 294 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Tests\Unit;

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

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