mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Corrected PHP 8.1 warnings.
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
public function testHasMessage()
|
||||
{
|
||||
$this->mes->reset();
|
||||
$this->mes->reset(false, 'default', true);
|
||||
|
||||
$result = $this->mes->hasMessage();
|
||||
$this->assertFalse($result);
|
||||
|
Reference in New Issue
Block a user