Unit tests: Fix invalid/duplicate class name

This commit is contained in:
Molkobain
2022-01-11 18:13:13 +01:00
parent 6855c2f83a
commit c2408b74cd

View File

@@ -13,7 +13,7 @@ use Combodo\iTop\Test\UnitTest\ItopTestCase;
use PhpParser\Node;
use PhpParser\PrettyPrinter\Standard;
class iTopConfigAstValidatorTest extends ItopTestCase
class iTopConfigSyntaxValidatorTest extends ItopTestCase
{
public function setUp()