Remove empty tests files

This commit is contained in:
Benjamin Dalsass
2025-11-25 08:52:40 +01:00
parent 33e8f9c3ae
commit 283ecb6e67
2 changed files with 0 additions and 28 deletions

View File

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

View File

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