asfasf
File "ExampleTest.php"
Full Path: /var/www/cl228415/data/www/damian-pivovar.ru/tests-20251104115646/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);
}
}