Check for unused privates

[MAILPOET-2090]
This commit is contained in:
Pavel Dohnal
2019-05-20 13:41:47 +02:00
committed by M. Shull
parent 9c64537761
commit 9f16cb6a5f
13 changed files with 32 additions and 34 deletions

View File

@ -14,13 +14,10 @@ class UserFlagsControllerTest extends \MailPoetTest {
/** @var int */
private $current_user_id;
/** @var int */
private $other_user_id;
function _before() {
parent::_before();
UserFlag::deleteMany();
$current_user_id = 1;
$other_user_id = 2;
WPFunctions::set(Stub::make(new WPFunctions, [