N°8772 - automatic dependency in controller WIP

This commit is contained in:
Eric Espie
2025-10-31 08:58:50 +01:00
parent 45e4d9239c
commit 0196765eb6
5 changed files with 35 additions and 21 deletions

View File

@@ -0,0 +1,15 @@
<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
namespace Combodo\iTop\Test\UnitTest\sources\Forms\Block\IO;
use Combodo\iTop\Test\UnitTest\ItopDataTestCase;
class AbstractFormIOTest extends ItopDataTestCase
{
}