vd8 icon indicating copy to clipboard operation
vd8 copied to clipboard

Switch over to docker.

Open jibran opened this issue 7 years ago • 2 comments

  • Removes phing and replace it with Makefile.
  • Removes coder as it comes with core now.
  • Removes VM file

Please locally test this before merging.

jibran avatar Sep 14 '17 03:09 jibran

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
  • Run make install inside the php container

jibran++

pasankg avatar Jul 16 '18 02:07 pasankg

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

pasankg avatar Jul 30 '18 23:07 pasankg