Skip to content

Commit 86b8e7a

Browse files
authored
bump commons from dev-main to 2.0.0-rc1 (via allure-framework#58)
1 parent 7e1af7b commit 86b8e7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ This an official PHPUnit adapter for Allure Framework - a flexible, lightweight
2424
## What is this for?
2525
The main purpose of this adapter is to accumulate information about your tests and write it out to a set of JSON files: one for each test class. Then you can use a standalone command line tool or a plugin for popular continuous integration systems to generate an HTML page showing your tests in a good form.
2626

27-
## Example project
28-
Example project is located at: https://github.com/allure-framework/allure-phpunit-example
27+
## Examples
28+
Please take a look at [these example tests](./test/report/Generate).
2929

3030
## How to generate report
3131
This adapter only generates JSON files containing information about tests. See [wiki section](https://docs.qameta.io/allure/#_reporting) on how to generate report.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"require": {
3232
"php": "^8",
33-
"allure-framework/allure-php-commons": "dev-main",
33+
"allure-framework/allure-php-commons": "^2.0.0-rc1",
3434
"phpunit/phpunit": "^9"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)