Merge "Remove unused test class"

This commit is contained in:
jenkins-bot 2019-10-22 21:35:04 +00:00 committed by Gerrit Code Review
commit 328e9bb376

View file

@ -10,29 +10,6 @@ use SkinMinerva;
use Title; use Title;
use Wikimedia\TestingAccessWrapper; use Wikimedia\TestingAccessWrapper;
// phpcs:ignore MediaWiki.Files.ClassMatchesFilename.NotMatch
class EchoNotifUser {
public function __construct(
$lastUnreadAlertTime, $lastUnreadMessageTime, $echoNotificationCount
) {
$this->lastUnreadAlertTime = $lastUnreadAlertTime;
$this->lastUnreadMessageTime = $lastUnreadMessageTime;
$this->echoNotificationCount = $echoNotificationCount;
}
public function getLastUnreadAlertTime() {
return $this->lastUnreadAlertTime;
}
public function getLastUnreadMessageTime() {
return $this->lastUnreadMessageTime;
}
public function getNotificationCount() {
return $this->echoNotificationCount;
}
}
/** /**
* @coversDefaultClass SkinMinerva * @coversDefaultClass SkinMinerva
* @group MinervaNeue * @group MinervaNeue