Skip to content

Commit

Permalink
Use new element-plus theme (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 24, 2024
1 parent cb83b03 commit 3633cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cases/unit/BaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ abstract class BaseTestCase extends TestCase

/**
* @throws ApplicationExceptions\InvalidArgument
* @throws ApplicationExceptions\InvalidState
* @throws Error
*/
protected function setUp(): void
Expand All @@ -46,6 +47,7 @@ protected function setUp(): void

/**
* @throws ApplicationExceptions\InvalidArgument
* @throws ApplicationExceptions\InvalidState
* @throws Error
*/
protected function createContainer(string|null $additionalConfig = null): Nette\DI\Container
Expand Down

0 comments on commit 3633cf1

Please sign in to comment.