Bootstrap concrete5 from composer dependency

Permalink 2 users found helpful
Goal:
Bootstrap concrete5 to run unit tests in a Composer based concrete5 package.

Issue:
I don't know how to Bootstrap a _Composer_ based installation and I can't find any public repositories that have implemented it. It seems impossible at the moment.

Related:
https://github.com/concrete5/composer/blob/master/composer.json#L25... (core bootstrap files are supposed to be in public/concrete)
https://github.com/concrete5/addon_migration_tool/blob/master/tests/... (normal Bootstrapper)

Did anyone ever experimented with this?

A3020
 
northdecoder replied on at Permalink Reply
Here is a link to an article that has some of the key works from your goal:
https://philsturgeon.uk/php/2013/05/01/testing-contributing-composer...

If I understand what you are asking, I am wondering the same thing. How to add the proper unit tests to a package, then have the test run to verify that development changes to the package code have not affected some other parts of the package code?
Myq replied on at Permalink Reply
Myq
From Korvin
composer require —dev concrete5/core