|
|
há 1 ano atrás | |
|---|---|---|
| .. | ||
| .gitignore | há 1 ano atrás | |
| README.md | há 1 ano atrás | |
| make_composer_json.php | há 1 ano atrás | |
| run.sh | há 1 ano atrás | |
| test_install.sh | há 1 ano atrás | |
| test_upgrade.sh | há 1 ano atrás | |
This directory contains scripts to run composer with the yii2-composer plugin.
sh run.sh
run.sh runs all the test_*.sh files and print the results.make_composer_json.php generates a composer.json file that instructs composer to load the plugin from the current directory.
This approach is explained at https://blog.cebe.cc/posts/2020-04-17/testing-composer-plugins.