Skip to content

Commit 5cf7796

Browse files
committed
-cleanup
1 parent 68a7d3e commit 5cf7796

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

behat.yml.dist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ default:
1919
tags: '~@postgres&&~@mongodb&&~@elasticsearch&&~@controller&&~@mercure&&~@query_parameter_validator'
2020
extensions:
2121
'FriendsOfBehat\SymfonyExtension':
22-
bootstrap: '/Users/alex/PhpstormProjects/api-platform-core/tests/Fixtures/app/bootstrap.php'
22+
bootstrap: 'tests/Fixtures/app/bootstrap.php'
2323
kernel:
2424
environment: 'test'
2525
debug: true
2626
class: AppKernel
27-
path: '/Users/alex/PhpstormProjects/api-platform-core/tests/Fixtures/app/AppKernel.php'
27+
path: 'tests/Fixtures/app/AppKernel.php'
2828
'Behat\MinkExtension':
2929
base_url: 'http://example.com/'
3030
files_path: 'features/files'
@@ -206,12 +206,12 @@ legacy:
206206
tags: '~@postgres&&~@mongodb&&~@elasticsearch&&~@link_security&&~@use_listener&&~@query_parameter_validator'
207207
extensions:
208208
'FriendsOfBehat\SymfonyExtension':
209-
bootstrap: '/Users/alex/PhpstormProjects/api-platform-core/tests/Fixtures/app/bootstrap.php'
209+
bootstrap: 'tests/Fixtures/app/bootstrap.php'
210210
kernel:
211211
environment: 'test'
212212
debug: true
213213
class: AppKernel
214-
path: '/Users/alex/PhpstormProjects/api-platform-core/tests/Fixtures/app/AppKernel.php'
214+
path: 'tests/Fixtures/app/AppKernel.php'
215215
'Behat\MinkExtension':
216216
base_url: 'http://example.com/'
217217
files_path: 'features/files'
@@ -241,12 +241,12 @@ symfony_listeners:
241241
tags: '~@postgres&&~@mongodb&&~@elasticsearch&&~@mercure&&~@query_parameter_validator'
242242
extensions:
243243
'FriendsOfBehat\SymfonyExtension':
244-
bootstrap: '/Users/alex/PhpstormProjects/api-platform-core/tests/Fixtures/app/bootstrap.php'
244+
bootstrap: 'tests/Fixtures/app/bootstrap.php'
245245
kernel:
246246
environment: 'test'
247247
debug: true
248248
class: AppKernel
249-
path: '/Users/alex/PhpstormProjects/api-platform-core/tests/Fixtures/app/AppKernel.php'
249+
path: 'tests/Fixtures/app/AppKernel.php'
250250
'Behat\MinkExtension':
251251
base_url: 'http://example.com/'
252252
files_path: 'features/files'

0 commit comments

Comments
 (0)