unit3d-installer/tests/MasterBootstrapperTest.php

14 lines
170 B
PHP
Raw Permalink Normal View History

2025-01-18 00:24:08 -06:00
<?php
namespace App\Tests;
use App\BaseTestCase;
class MasterBootstrapperTest extends BaseTestCase
{
/** @test */
public function it_installed()
{
}
}