Skip to content

Commit

Permalink
more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Nov 15, 2024
1 parent 0119c15 commit 3eb768a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Util/BackendUiUtilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use HeimrichHannot\UtilsBundle\Tests\AbstractUtilsTestCase;
use HeimrichHannot\UtilsBundle\Util\BackendUiUtil;
use HeimrichHannot\UtilsBundle\Util\Html\HtmlUtil;
use HeimrichHannot\UtilsBundle\Util\Routing\RoutingUtil;
use HeimrichHannot\UtilsBundle\Util\RoutingUtil;
use HeimrichHannot\UtilsBundle\Util\Ui\PopupWizardLinkOptions;
use PHPUnit\Framework\MockObject\MockBuilder;

Expand Down
3 changes: 3 additions & 0 deletions tests/Util/UtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ public function getTestInstance(array $parameter = [])
case BackendUiUtil::class:
return $this->createMock(BackendUiUtil::class);

case ClassUtil::class:
return $this->createMock(ClassUtil::class);

case ContainerUtil::class:
return $this->createMock(ContainerUtil::class);

Expand Down

0 comments on commit 3eb768a

Please sign in to comment.