Skip to content

Commit e974c27

Browse files
committed
Merge pull request #25 from phpcr/alias_and_config
Alias and config
2 parents 468e233 + 475a2ac commit e974c27

File tree

101 files changed

+1123
-345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+1123
-345
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ before_script:
1010

1111
script:
1212
- phpunit --coverage-text
13-
- php vendor/behat/behat/bin/behat --format=failed
13+
- php vendor/behat/behat/bin/behat
1414
- php vendor/bin/phpspec run

features/fixtures/cms.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,19 @@
1919
<sv:value>nt:unstructured</sv:value>
2020
</sv:property>
2121

22+
<sv:node sv:name="test">
23+
<sv:property sv:name="jcr:primaryType" sv:type="Name">
24+
<sv:value>nt:unstructured</sv:value>
25+
</sv:property>
26+
</sv:node>
27+
2228
<sv:node sv:name="articles">
2329
<sv:property sv:name="jcr:primaryType" sv:type="Name">
2430
<sv:value>nt:unstructured</sv:value>
2531
</sv:property>
32+
<sv:property sv:name="jcr:mixinTypes" sv:type="name">
33+
<sv:value>mix:shareable</sv:value>
34+
</sv:property>
2635
<sv:node sv:name="article1">
2736
<sv:property sv:name="jcr:primaryType" sv:type="Name">
2837
<sv:value>nt:unstructured</sv:value>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)