Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"behat/behat": "^3.10",
"phpspec/phpspec": "^7.2",
"phpspec/phpspec": "^7.2 || ^8.2",
"jackalope/jackalope-doctrine-dbal": "^1.3 || ^2.0",
"jackalope/jackalope-jackrabbit": "^1.4.4 || ^2.0",
"phpspec/prophecy-phpunit": "^2.0"
Expand Down
1 change: 1 addition & 0 deletions features/all/phpcr_lock_token_list.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: List the lock tokens registered with the current session
Scenario: List lock tokens
Given I execute the "lock:token:add foobar" command
Then the command should fail
Then I should see the following:
"""
Not implemented
"""
2 changes: 2 additions & 0 deletions features/all/phpcr_retention_hold_remove.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Feature: Remove retention hold

Scenario: List retention holds
Given I execute the "retention:hold:remove /tests_general_base foobar" command
Then the command should fail
And I should see the following:
"""
Unsupported repository operation
"""
2 changes: 2 additions & 0 deletions features/all/phpcr_retention_policy_get.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Feature: Show a retention policy for a given node

Scenario: Get retention policy on a given node
Given I execute the "retention:policy:get /tests_general_base" command
Then the command should fail
And I should see the following:
"""
Unsupported repository operation
"""
1 change: 1 addition & 0 deletions features/all/phpcr_retention_policy_remove.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Feature: Remove a retention policy for a given node
Scenario: Remove the retention policy on a given node
Given I execute the "retention:policy:remove /tests_general_base" command
Then the command should fail
And I should see the following:
"""
Unsupported repository operation
"""
Loading