... | ... | @@ -23,15 +23,13 @@ |
"Composer\\Config::disableProcessTimeout", | ||
"scripts/phpunit.sh" | ||
], | ||
"core-convert": "Drupal\\automatic_updates\\Development\\Converter::doConvert", | ||
"create-site-fixture": "\\Drupal\\automatic_updates\\Development\\ComposerFixtureCreator::createFixture" | ||
"core-convert": "Drupal\\automatic_updates\\Development\\Converter::doConvert" | ||
}, | ||
"scripts-descriptions": { | ||
"phpcbf": "Automatically fixes standards violations where possible.", | ||
"phpcs": "Checks code for standards compliance.", | ||
"test": "Runs PHPUnit tests.", | ||
"core-convert": "Converts this module to a core merge request. Excepts 2 arguments. 1) The core clone directory. 2) The core merge request branch.", | ||
"create-site-fixture": "Recreates the 'fake_site' fixture needed for testing. Requires 1 argument, the core clone directory." | ||
"core-convert": "Converts this module to a core merge request. Excepts 2 arguments. 1) The core clone directory. 2) The core merge request branch." | ||
}, | ||
"require-dev": { | ||
"colinodell/psr-testlogger": "^1" | ||
... | ... |
Please register or sign in to comment