Pasan Gamage
Pasan Gamage
Hi @soapy1 Is it possible to set the ports manually via a configuration file ? If so could you let me know how to do it ? Thank you
Instructions to setup - Clone the branch run composer install - Clone Drupal in app - Power up the containers - From inside the app dir run composer install -...
### To run phpcs cd app export PATH="$PATH:/data/app/vendor/bin" phpcs path/to/folder ### To run tests cd app vendor/bin/phpunit -c core/phpunit.xml --filter=function_name path/to/the/Tests/FileTest.php