Roman_applicant-site/tests/Unit/ExampleTest.php

17 lines
239 B
PHP
Raw Permalink Normal View History

2024-01-10 12:57:24 +03:00
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*/
public function testThatTrueIsTrue(): void
2024-01-10 12:57:24 +03:00
{
$this->assertTrue(true);
}
}