PMCORE-3856
This commit is contained in:
committed by
Mauricio Veliz
parent
824ead24fe
commit
7bb67a97bd
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user