This commit is contained in:
Bozhidar 2024-05-14 18:15:04 +03:00
parent 0091e21630
commit af083890df
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
namespace tests\Unit;
class AutoInstallPanelTest extends ActionTestCase
{
public function testInstall()
{
}
}