stellarwp / slic

The slic (StellarWP Local Interactive Containers) CLI command provides a containerized and consistent environment for running automated tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`files` directory created in target root on `composer udpate`

lucatume opened this issue · comments

When running the following commands:

cd my-project/plugins
tric here && tric use the-events-calendar
tric composer install
tric run views_widget

Then a files directory is created in the target, the-events-calendar plugin in this example, root directory.
The directory seems to be created by the volume binding of the tests.

Resolved as of 1.1.1!