Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"web-token/jwt-framework": "^v2.2.7"
},
"require-dev": {
"allure-framework/allure-phpunit": "~1.2.0",
"allure-framework/allure-phpunit": "~1.3.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"friendsofphp/php-cs-fixer": "~2.18.1",
"lusitanian/oauth": "~0.8.10",
Expand Down
67 changes: 40 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/tests/api-functional/phpunit_graphql.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<!-- Test listeners -->
<listeners>
<listener class="Magento\TestFramework\Event\PhpUnit"/>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output folder -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down
2 changes: 1 addition & 1 deletion dev/tests/api-functional/phpunit_rest.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<!-- Test listeners -->
<listeners>
<listener class="Magento\TestFramework\Event\PhpUnit"/>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output folder -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down
2 changes: 1 addition & 1 deletion dev/tests/api-functional/phpunit_soap.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<!-- Test listeners -->
<listeners>
<listener class="Magento\TestFramework\Event\PhpUnit"/>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output folder -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ini name="date.timezone" value="America/Los_Angeles"/>
</php>
<listeners>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output directory -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down
2 changes: 1 addition & 1 deletion dev/tests/integration/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</php>
<!-- Test listeners -->
<listeners>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output directory -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ini name="date.timezone" value="America/Los_Angeles"/>
</php>
<listeners>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output directory -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down
2 changes: 1 addition & 1 deletion dev/tests/setup-integration/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<listeners>
<listener class="Magento\TestFramework\Event\PhpUnit"/>
<listener class="Magento\TestFramework\ErrorLog\Listener"/>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output directory -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down
2 changes: 1 addition & 1 deletion dev/tests/static/framework/tests/unit/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ini name="date.timezone" value="America/Los_Angeles"/>
</php>
<listeners>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output directory -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down
2 changes: 1 addition & 1 deletion dev/tests/static/phpunit-all.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<const name="TESTCODESTYLE_IS_FULL_SCAN" value="0"/>
</php>
<listeners>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output directory -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down
2 changes: 1 addition & 1 deletion dev/tests/static/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!--<const name="TESTS_COMPOSER_PATH" value="/usr/local/bin/composer"/>-->
</php>
<listeners>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output directory -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down
2 changes: 1 addition & 1 deletion dev/tests/unit/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</whitelist>
</filter>
<listeners>
<listener class="Yandex\Allure\Adapter\AllureAdapter">
<listener class="Yandex\Allure\PhpUnit\AllurePhpUnit">
<arguments>
<string>var/allure-results</string> <!-- XML files output directory -->
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
Expand Down