Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit c53986e

Browse files
committed
Update fixture config
1 parent a65638d commit c53986e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Tests/Features/resource_api_phpcr.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Feature: PHPCR resource repository
77
Given the test application has the following configuration:
88
"""
99
cmf_resource:
10-
repository:
11-
doctrine_phpcr:
12-
phpcr_repo:
13-
basepath: /tests/cmf/articles
10+
repositories:
11+
phpcr_repo:
12+
type: doctrine_phpcr
13+
basepath: /tests/cmf/articles
1414
1515
cmf_resource_rest:
1616
enhancer_map:

Tests/Features/resource_api_phpcr_odm.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Feature: PHPCR-ODM resource repository
77
Given the test application has the following configuration:
88
"""
99
cmf_resource:
10-
repository:
11-
doctrine_phpcr_odm:
12-
phpcrodm_repo:
13-
basepath: /tests/cmf/articles
10+
repositories:
11+
phpcrodm_repo:
12+
type: doctrine_phpcr_odm
13+
basepath: /tests/cmf/articles
1414
1515
cmf_resource_rest:
1616
payload_alias_map:

0 commit comments

Comments
 (0)