laravel-teste/tests/Unit/ExampleTest.php

19 lines
255 B
PHP
Raw Permalink Normal View History

2021-01-21 22:03:09 +00:00
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$this->assertTrue(true);
}
}