mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Merge "Remove unused test class"
This commit is contained in:
commit
328e9bb376
|
@ -10,29 +10,6 @@ use SkinMinerva;
|
|||
use Title;
|
||||
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
|
||||
* @group MinervaNeue
|
||||
|
|
Loading…
Reference in a new issue