|
|
hai 1 ano | |
|---|---|---|
| .. | ||
| .gitignore | hai 1 ano | |
| README.md | hai 1 ano | |
| make_composer_json.php | hai 1 ano | |
| run.sh | hai 1 ano | |
| test_install.sh | hai 1 ano | |
| test_upgrade.sh | hai 1 ano | |
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.