Files
iTop/tests/php-unit-tests/unitary-tests/sources/Forms/Binding.php
2025-11-03 13:47:07 +01:00

15 lines
235 B
PHP

<?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 Binding extends ItopDataTestCase
{
}