PMCORE-3877
This commit is contained in:
committed by
Mauricio Veliz
parent
d0c5a23d67
commit
3f6f6c5a30
@@ -21,11 +21,19 @@ class CasesTest extends TestCase
|
||||
/**
|
||||
* Call setUp method
|
||||
*/
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp(); // TODO: Change the autogenerated stub
|
||||
}
|
||||
|
||||
/**
|
||||
* Call the tearDown method
|
||||
*/
|
||||
public function tearDown(): void
|
||||
{
|
||||
// The parent method needs to be override due to errors appearing
|
||||
}
|
||||
|
||||
/**
|
||||
* Test getNextStep method with no steps
|
||||
*
|
||||
@@ -735,12 +743,4 @@ class CasesTest extends TestCase
|
||||
// Asserts the emails of both users are contained in the result
|
||||
$this->assertRegExp("/{$user->USR_EMAIL}/", $result["to"]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Call the tearDown method
|
||||
*/
|
||||
public function tearDown()
|
||||
{
|
||||
// The parent method needs to be override due to errors appearing
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user