Skip to content

Commit 128af34

Browse files
committed
Added dependencies.json
1 parent f7b174b commit 128af34

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dama/doctrine-test-bundle": "^v6.7",
7070
"ibexa/ci-scripts": "^0.2@dev",
7171
"ibexa/behat": "~4.6.0@dev",
72-
"friendsofphp/php-cs-fixer": "^3.0",
72+
"friendsofphp/php-cs-fixer": "^3.30",
7373
"phpunit/phpunit": "^9.5",
7474
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
7575
"ibexa/doctrine-schema": "~4.6.0@dev",
@@ -79,7 +79,7 @@
7979
"ibexa/phpstan": "~4.6.x-dev",
8080
"ibexa/test-rest": "^0.1.x-dev",
8181
"ibexa/test-core": "^0.1.x-dev",
82-
"phpstan/phpstan": "^2.0",
82+
"phpstan/phpstan": "^2.1",
8383
"phpstan/phpstan-phpunit": "^2.0",
8484
"phpstan/phpstan-symfony": "^2.0"
8585
},

dependencies.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"recipesEndpoint": "",
3+
"packages": [
4+
{
5+
"requirement": "dev-ibx-9519-behat-coverage-contenttree as 4.6.x-dev",
6+
"repositoryUrl": "https://github.com/ibexa/behat",
7+
"package": "ibexa/behat",
8+
"shouldBeAddedAsVCS": false
9+
}
10+
]
11+
}

features/standard/ContentTree.feature

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
@IbexaOSS @IbexaHeadless @IbexaCommerce @IbexaExperience @javascript
22

3-
@tree
43
Feature: Content tree basic operations
54
Scenario: Content tree can be displayed
6-
Given I am logged as admin
5+
# Given I am logged as admin
6+
Given I open Login page in admin SiteAccess
7+
And I log in as admin with password publish
78
And I should be on Dashboard page
89
When I go to "Content structure" in Content tab
910
Then I verify Content tree visibility

0 commit comments

Comments
 (0)