PMCORE-3877

This commit is contained in:
Paula.Quispe
2022-06-09 11:43:56 -04:00
parent 6ad014a85d
commit 5f6eeba21f
98 changed files with 202 additions and 220 deletions

View File

@@ -24,7 +24,7 @@ class DerivationTest extends TestCase
/**
* Call the setUp parent method
*/
public function setUp()
public function setUp(): void
{
parent::setUp(); // TODO: Change the autogenerated stub
@@ -39,7 +39,7 @@ class DerivationTest extends TestCase
/**
* Call the tearDown method
*/
public function tearDown()
public function tearDown(): void
{
parent::tearDown(); // TODO: Change the autogenerated stub
}