Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PHPUnit/System/ConsoleTest.php')
-rw-r--r--tests/PHPUnit/System/ConsoleTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/ConsoleTest.php b/tests/PHPUnit/System/ConsoleTest.php
index 8584888ada..c0a0cfa750 100644
--- a/tests/PHPUnit/System/ConsoleTest.php
+++ b/tests/PHPUnit/System/ConsoleTest.php
@@ -107,7 +107,7 @@ class TestCommandWithException extends ConsoleCommand
class ConsoleTest extends ConsoleCommandTestCase
{
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
$this->application->addCommands([
@@ -169,6 +169,7 @@ Matomo encountered an error: Allowed memory size of X bytes exhausted (tried to
',
))
END;
+
$this->assertEquals($expected, $output);
}