• File: ExampleTest.php
  • Full Path: /var/www/laradock/tests/Unit/ExampleTest.php
  • Date Modified: 01/12/2022 3:47 PM
  • File size: 254 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Tests\Unit;

use PHPUnit\Framework\TestCase;

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