Skip to content

Commit

Permalink
mode info: adjusted unit test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
catkrahl authored and catenglaender committed Jul 24, 2023
1 parent 63df812 commit 90d0125
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/UI/Component/MainControls/ModeInfoTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/**
* This file is part of ILIAS, a powerful learning management system
* published by ILIAS open source e-Learning e.V.
Expand All @@ -18,6 +16,8 @@
*
*********************************************************************/

declare(strict_types=1);

use ILIAS\Data\URI;
use ILIAS\UI\Implementation\Component\MainControls\ModeInfo;
use ILIAS\UI\Implementation\Component\SignalGenerator;
Expand Down Expand Up @@ -55,12 +55,10 @@ public function testRendering(): void
<div class="c-mode-info__pageframe"></div>
<div class="c-mode-info">
<div class="c-mode-info__content">
<div class="c-mode-info__label">
{MODE_TITLE}
</div>
<div class="c-mode-info__label">$mode_title</div>
<div class="c-mode-info__close">
{CLOSE_GLYPH}
<a tabindex="0" class="glyph" href="$uri_string" aria-label="close"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></a>
</div>
</div>
Expand Down

0 comments on commit 90d0125

Please sign in to comment.