Skip to content

Commit 57e33cc

Browse files
committed
AC-7698: Fixed issue for running Unit Test via CLI
1 parent af9ab20 commit 57e33cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- Optional arguments block; omit it if you want to use default values -->
5858
<arguments>
5959
<!-- Path to config file (default is config/allure.config.php) -->
60-
<string>allure/allure.config.php</string>
60+
<directory>allure/allure.config.php</directory>
6161
</arguments>
6262
</extension>
6363
</extensions>

0 commit comments

Comments
 (0)