You are here

unit-tests.sh in Convert Media Tags to Markup 8

Same filename and directory in other branches
  1. 2.x scripts/unit-tests.sh
#!/bin/bash
#
# Run unit tests.
#
set -e

docker run --rm -v "$(pwd)":/app dcycle/phpunit:1 \
  --group myproject

File

scripts/unit-tests.sh
View source
  1. #!/bin/bash
  2. #
  3. # Run unit tests.
  4. #
  5. set -e
  6. docker run --rm -v "$(pwd)":/app dcycle/phpunit:1 \
  7. --group myproject