mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
N°8772 - dynamic form
This commit is contained in:
15
tests/php-unit-tests/unitary-tests/sources/Forms/Builder.php
Normal file
15
tests/php-unit-tests/unitary-tests/sources/Forms/Builder.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
namespace Forms;
|
||||
|
||||
use Combodo\iTop\Test\UnitTest\ItopDataTestCase;
|
||||
|
||||
class Builder extends ItopDataTestCase
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user