Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Родитель
14f165d11b
Коммит
3a7fdc31bf
|
@ -85,10 +85,16 @@ abstract class AbstractTest extends \PHPUnit_Framework_TestCase {
|
|||
return self::$account;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $mailbox
|
||||
*/
|
||||
private static function deleteMailbox($mailbox) {
|
||||
self::$account->deleteMailbox($mailbox);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
*/
|
||||
public function existsMailBox($name) {
|
||||
$mb = $this->getTestAccount()->getMailbox($name);
|
||||
try {
|
||||
|
|
Загрузка…
Ссылка в новой задаче