TIF_E41200988/Pengukuran Kinerja Dosen/tests/Unit/tests.php

17 lines
232 B
PHP

<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class tests extends TestCase
{
/**
* A basic unit test example.
*/
public function test_example(): void
{
$this->assertTrue(true);
}
}