@@ -13,6 +13,7 @@ default:
1313 - 'ApiPlatform\Core\Tests\Behat\JsonHalContext'
1414 - 'ApiPlatform\Core\Tests\Behat\MercureContext'
1515 - 'ApiPlatform\Core\Tests\Behat\XmlContext'
16+ - 'ApiPlatform\Core\Tests\Behat\SystemContext'
1617 - 'Behat\MinkExtension\Context\MinkContext'
1718 - 'behatch:context:rest'
1819 filters:
@@ -49,6 +50,7 @@ postgres:
4950 - 'ApiPlatform\Core\Tests\Behat\JsonHalContext'
5051 - 'ApiPlatform\Core\Tests\Behat\MercureContext'
5152 - 'ApiPlatform\Core\Tests\Behat\XmlContext'
53+ - 'ApiPlatform\Core\Tests\Behat\SystemContext'
5254 - 'Behat\MinkExtension\Context\MinkContext'
5355 - 'behatch:context:rest'
5456 filters:
@@ -70,6 +72,7 @@ mongodb:
7072 - 'ApiPlatform\Core\Tests\Behat\JsonHalContext'
7173 - 'ApiPlatform\Core\Tests\Behat\MercureContext'
7274 - 'ApiPlatform\Core\Tests\Behat\XmlContext'
75+ - 'ApiPlatform\Core\Tests\Behat\SystemContext'
7376 - 'Behat\MinkExtension\Context\MinkContext'
7477 - 'behatch:context:rest'
7578 filters:
@@ -107,6 +110,7 @@ default-coverage:
107110 - 'ApiPlatform\Core\Tests\Behat\MercureContext'
108111 - 'ApiPlatform\Core\Tests\Behat\CoverageContext'
109112 - 'ApiPlatform\Core\Tests\Behat\XmlContext'
113+ - 'ApiPlatform\Core\Tests\Behat\SystemContext'
110114 - 'Behat\MinkExtension\Context\MinkContext'
111115 - 'behatch:context:rest'
112116
@@ -128,6 +132,7 @@ mongodb-coverage:
128132 - 'ApiPlatform\Core\Tests\Behat\MercureContext'
129133 - 'ApiPlatform\Core\Tests\Behat\CoverageContext'
130134 - 'ApiPlatform\Core\Tests\Behat\XmlContext'
135+ - 'ApiPlatform\Core\Tests\Behat\SystemContext'
131136 - 'Behat\MinkExtension\Context\MinkContext'
132137 - 'behatch:context:rest'
133138
0 commit comments