update project
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Feature\SchoolCore\Students;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
final class StudentLifecycleDelegationTest extends TestCase
|
||||
{
|
||||
public function test_phase5_routes_file_exists(): void
|
||||
{
|
||||
$routeFile = dirname(__DIR__, 4).'/routes/student_lifecycle_phase5.php';
|
||||
|
||||
$this->assertFileExists($routeFile);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user