From b3a640564b518e6807f3f693ae296df24e89be96 Mon Sep 17 00:00:00 2001 From: odain Date: Tue, 7 Apr 2026 17:22:48 +0200 Subject: [PATCH] code style --- .../sequencers/ApplicationInstallerSequencerTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/php-unit-tests/unitary-tests/setup/sequencers/ApplicationInstallerSequencerTest.php b/tests/php-unit-tests/unitary-tests/setup/sequencers/ApplicationInstallerSequencerTest.php index 4f904b55ae..e065833496 100644 --- a/tests/php-unit-tests/unitary-tests/setup/sequencers/ApplicationInstallerSequencerTest.php +++ b/tests/php-unit-tests/unitary-tests/setup/sequencers/ApplicationInstallerSequencerTest.php @@ -32,10 +32,10 @@ class ApplicationInstallerSequencerTest extends ItopTestCase $aRes = $oSequencer->ExecuteStep(); $aExpected = [ 'status' => 1, - 'message' => '', - 'next-step' => 'log-parameters', - 'next-step-label' => 'Log parameters', - 'percentage-completed' => 0, + 'message' => '', + 'next-step' => 'log-parameters', + 'next-step-label' => 'Log parameters', + 'percentage-completed' => 0, ]; $this->assertEquals($aExpected, $aRes); }