diff --git a/composer.json b/composer.json index 317b965..8d2b0ab 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ } ], "require": { - "php": ">=5.5", + "php": ">=7.1.3", "behat/behat": "^3.3", - "allure-framework/allure-php-api": "~1.1.4" + "allure-framework/allure-php-api": "^1.3" }, "require-dev": { "symfony/process": "~2.5|~3.0|~4.0", - "phpunit/phpunit": "^4.8.36|^6.3" + "phpunit/phpunit": "^7.2 | ^8 | ^9" }, "autoload": { "psr-0": { diff --git a/features/allure_formatter.feature b/features/allure_formatter.feature index 47832dc..5516659 100644 --- a/features/allure_formatter.feature +++ b/features/allure_formatter.feature @@ -67,22 +67,22 @@ Feature: Allure Formatter Annotation | Scenario annotation - Scenario annotation + <![CDATA[Scenario annotation]]> - scenario has annotation - Given scenario has annotation + + <![CDATA[Given scenario has annotation]]> - it passed - When it passed + + <![CDATA[When it passed]]> - annotation is collected - Then annotation is collected + + <![CDATA[Then annotation is collected]]>