digitalpianism / testframework

A simple test framework repo for Magento 1
49 stars 14 forks source link

Use copy instead links in modman file #6

Closed nesh-younify closed 7 years ago

nesh-younify commented 7 years ago

Relative imports used by lib code (lib/DigitalPianism/TestFramework/Helper/Magento.php for example) will not work when using modman as links are used so the base dir is under .modman folder hierarchy.

Changed to use @shell modman commands to first delete old folder if exists and then copy lib/* instead linking it.

digitalpianism commented 7 years ago

@nesh-younify thanks for that