🎨 N°8772 - CS Fixer

This commit is contained in:
Eric Espie
2025-11-19 09:21:34 +01:00
parent 546912ad77
commit 24d78df21d
6 changed files with 13 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0

View File

@@ -94,5 +94,4 @@ class AbstractFormIOTest extends AbstractFormsTest
];
}
}

View File

@@ -1,8 +1,10 @@
<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
namespace Combodo\iTop\Test\UnitTest\sources\Forms\IO\Format;
use Combodo\iTop\Forms\IO\Format\AttributeIOFormat;
@@ -18,4 +20,4 @@ class TestAttributeIOFormat extends AbstractFormsTest
$this->assertEquals('name', $oInputIO->GetValue());
}
}
}

View File

@@ -1,8 +1,10 @@
<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
namespace Combodo\iTop\Test\UnitTest\sources\Forms\IO\Format;
use Combodo\iTop\Forms\IO\Format\BooleanIOFormat;
@@ -19,4 +21,4 @@ class TestBooleanIOFormat extends AbstractFormsTest
$this->assertEquals(true, $oInputIO->GetValue());
}
}
}

View File

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

View File

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