Skip to content

Commit 7a9f53a

Browse files
authored
test: move tests from behat to phpunit (#7421)
1 parent 6fc3daa commit 7a9f53a

File tree

5 files changed

+434
-566
lines changed

5 files changed

+434
-566
lines changed

behat.yml.dist

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ default:
77
- 'ApiPlatform\Tests\Behat\GraphqlContext'
88
- 'ApiPlatform\Tests\Behat\JsonContext'
99
- 'ApiPlatform\Tests\Behat\HydraContext'
10-
- 'ApiPlatform\Tests\Behat\OpenApiContext'
1110
- 'ApiPlatform\Tests\Behat\HttpCacheContext'
1211
- 'ApiPlatform\Tests\Behat\JsonApiContext'
1312
- 'ApiPlatform\Tests\Behat\JsonHalContext'
@@ -43,7 +42,6 @@ postgres:
4342
- 'ApiPlatform\Tests\Behat\GraphqlContext'
4443
- 'ApiPlatform\Tests\Behat\JsonContext'
4544
- 'ApiPlatform\Tests\Behat\HydraContext'
46-
- 'ApiPlatform\Tests\Behat\OpenApiContext'
4745
- 'ApiPlatform\Tests\Behat\HttpCacheContext'
4846
- 'ApiPlatform\Tests\Behat\JsonApiContext'
4947
- 'ApiPlatform\Tests\Behat\JsonHalContext'
@@ -64,7 +62,6 @@ mongodb:
6462
- 'ApiPlatform\Tests\Behat\GraphqlContext'
6563
- 'ApiPlatform\Tests\Behat\JsonContext'
6664
- 'ApiPlatform\Tests\Behat\HydraContext'
67-
- 'ApiPlatform\Tests\Behat\OpenApiContext'
6865
- 'ApiPlatform\Tests\Behat\HttpCacheContext'
6966
- 'ApiPlatform\Tests\Behat\JsonApiContext'
7067
- 'ApiPlatform\Tests\Behat\JsonHalContext'
@@ -85,7 +82,6 @@ mercure:
8582
- 'ApiPlatform\Tests\Behat\GraphqlContext'
8683
- 'ApiPlatform\Tests\Behat\JsonContext'
8784
- 'ApiPlatform\Tests\Behat\HydraContext'
88-
- 'ApiPlatform\Tests\Behat\OpenApiContext'
8985
- 'ApiPlatform\Tests\Behat\HttpCacheContext'
9086
- 'ApiPlatform\Tests\Behat\JsonApiContext'
9187
- 'ApiPlatform\Tests\Behat\JsonHalContext'
@@ -120,7 +116,6 @@ default-coverage:
120116
- 'ApiPlatform\Tests\Behat\GraphqlContext'
121117
- 'ApiPlatform\Tests\Behat\JsonContext'
122118
- 'ApiPlatform\Tests\Behat\HydraContext'
123-
- 'ApiPlatform\Tests\Behat\OpenApiContext'
124119
- 'ApiPlatform\Tests\Behat\HttpCacheContext'
125120
- 'ApiPlatform\Tests\Behat\JsonApiContext'
126121
- 'ApiPlatform\Tests\Behat\JsonHalContext'
@@ -141,7 +136,6 @@ mongodb-coverage:
141136
- 'ApiPlatform\Tests\Behat\GraphqlContext'
142137
- 'ApiPlatform\Tests\Behat\JsonContext'
143138
- 'ApiPlatform\Tests\Behat\HydraContext'
144-
- 'ApiPlatform\Tests\Behat\OpenApiContext'
145139
- 'ApiPlatform\Tests\Behat\HttpCacheContext'
146140
- 'ApiPlatform\Tests\Behat\JsonApiContext'
147141
- 'ApiPlatform\Tests\Behat\JsonHalContext'
@@ -162,7 +156,6 @@ mercure-coverage:
162156
- 'ApiPlatform\Tests\Behat\GraphqlContext'
163157
- 'ApiPlatform\Tests\Behat\JsonContext'
164158
- 'ApiPlatform\Tests\Behat\HydraContext'
165-
- 'ApiPlatform\Tests\Behat\OpenApiContext'
166159
- 'ApiPlatform\Tests\Behat\HttpCacheContext'
167160
- 'ApiPlatform\Tests\Behat\JsonApiContext'
168161
- 'ApiPlatform\Tests\Behat\JsonHalContext'
@@ -194,7 +187,6 @@ legacy:
194187
- 'ApiPlatform\Tests\Behat\GraphqlContext'
195188
- 'ApiPlatform\Tests\Behat\JsonContext'
196189
- 'ApiPlatform\Tests\Behat\HydraContext'
197-
- 'ApiPlatform\Tests\Behat\OpenApiContext'
198190
- 'ApiPlatform\Tests\Behat\HttpCacheContext'
199191
- 'ApiPlatform\Tests\Behat\JsonApiContext'
200192
- 'ApiPlatform\Tests\Behat\JsonHalContext'
@@ -229,7 +221,6 @@ symfony_listeners:
229221
- 'ApiPlatform\Tests\Behat\GraphqlContext'
230222
- 'ApiPlatform\Tests\Behat\JsonContext'
231223
- 'ApiPlatform\Tests\Behat\HydraContext'
232-
- 'ApiPlatform\Tests\Behat\OpenApiContext'
233224
- 'ApiPlatform\Tests\Behat\HttpCacheContext'
234225
- 'ApiPlatform\Tests\Behat\JsonApiContext'
235226
- 'ApiPlatform\Tests\Behat\JsonHalContext'

0 commit comments

Comments
 (0)