PMCORE-3877

This commit is contained in:
Paula.Quispe
2022-06-09 11:43:56 -04:00
committed by Mauricio Veliz
parent d0c5a23d67
commit 3f6f6c5a30
98 changed files with 202 additions and 220 deletions

View File

@@ -13,7 +13,7 @@ class EmailServerAjaxTest extends TestCase
/**
* This set initial parameters for each test.
*/
public function setUp()
public function setUp(): void
{
parent::setUp();
$this->settingUserLogged();

View File

@@ -15,7 +15,7 @@ class EmailServerGmailOAuthTest extends TestCase
/**
* This method calls the parent setUp
*/
public function setUp()
public function setUp(): void
{
if (version_compare(phpversion(), 7.3, '>') ) {
$this->markTestSkipped('The changes in third party are not available');