Skip to content

Commit 0e4ad77

Browse files
authored
update readme
1 parent 8c59b72 commit 0e4ad77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In order to use this adapter you need to add a new dependency to your **composer
3939
Then add Allure test listener in **phpunit.xml** file:
4040
```xml
4141
<listeners>
42-
<listener class="Yandex\Allure\Adapter\AllureAdapter" file="vendor/allure-framework/allure-phpunit/src/Yandex/Allure/Adapter/AllureAdapter.php">
42+
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit" file="vendor/allure-framework/allure-phpunit/src/Yandex/Allure/PhpUnit/AllurePhpUnit.php">
4343
<arguments>
4444
<string>build/allure-results</string> <!-- XML files output directory -->
4545
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->

0 commit comments

Comments
 (0)