This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Email and Free mobile credentials. | |
*/ | |
let config = { | |
free_user: xxxxxxx, | |
free_password: "XXXXXXX", | |
username: "xxxxxxxxxxxxxx", | |
password: "xxxxxxxxxxxxxx", | |
host: "imap.gmail.com", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by Baudev | |
* http://github.com/baudev | |
* Date: 08/03/2019 | |
*/ | |
namespace App\Tests\Helper; // according to your project | |