-
- Downloads
Do not depend on Lightning Page in tests.
Showing
- .gitattributes 1 addition, 0 deletions.gitattributes
- composer.json 3 additions, 8 deletionscomposer.json
- drush.yml 0 additions, 1 deletiondrush.yml
- install-drupal.sh 35 additions, 0 deletionsinstall-drupal.sh
- make-fixture.sh 29 additions, 0 deletionsmake-fixture.sh
- modules/lightning_scheduler/tests/features/transitions.feature 2 additions, 2 deletions...es/lightning_scheduler/tests/features/transitions.feature
- tests/features/ContentModeration.feature 3 additions, 3 deletionstests/features/ContentModeration.feature
- tests/features/Diff.feature 1 addition, 1 deletiontests/features/Diff.feature
- tests/features/ModerationSidebar.feature 2 additions, 2 deletionstests/features/ModerationSidebar.feature
- tests/features/Quickedit.feature 2 additions, 2 deletionstests/features/Quickedit.feature
- tests/src/ExistingSite/ContentTypeModerationTest.php 70 additions, 79 deletionstests/src/ExistingSite/ContentTypeModerationTest.php
- tests/src/FixtureContext.php 8 additions, 21 deletionstests/src/FixtureContext.php
... | ... | @@ -15,10 +15,12 @@ |
"oomphinc/composer-installers-extender": "^1.1" | ||
}, | ||
"require-dev": { | ||
"drupal/drupal-extension": "^3.4", | ||
"drupal/inline_entity_form": "^1.0", | ||
"drupal/schema_metatag": "^1.3", | ||
"webflo/drupal-core-require-dev": "*", | ||
"webmozart/assert": "^1.3" | ||
"webmozart/assert": "^1.3", | ||
"weitzman/drupal-test-traits": "^1.2" | ||
}, | ||
"config": { | ||
"preferred-install": { | ||
... | ... | @@ -84,13 +86,6 @@ |
"@drupal-scaffold" | ||
], | ||
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold", | ||
"install-drupal": [ | ||
"rm -r -f ./docroot/sites/default/settings.php", | ||
"drush site:install minimal --yes --config ./drush.yml", | ||
"chmod +w ./docroot/sites/default ./docroot/sites/default/settings.php", | ||
"drush pm:enable lightning_workflow lightning_scheduler --yes", | ||
"cp -f phpunit.xml ./docroot/core" | ||
], | ||
"nuke": "rm -r -f docroot vendor", | ||
"pull": "cp -R -f ./docroot/modules/contrib/lightning_workflow/* .", | ||
"push": [ | ||
... | ... |
install-drupal.sh
0 → 100755
make-fixture.sh
0 → 100755
Please register or sign in to comment