PMCORE-3856

This commit is contained in:
Paula.Quispe
2022-05-25 09:56:09 -04:00
committed by Mauricio Veliz
parent 824ead24fe
commit 7bb67a97bd
20 changed files with 64 additions and 9 deletions

View File

@@ -25,6 +25,9 @@ class GmailOAuthTest extends TestCase
*/
public function setUp()
{
if (version_compare(phpversion(), 7.3, '>') ) {
$this->markTestSkipped('The changes in third party are not available');
}
parent::setUp();
$this->faker = Factory::create();