1
0
mirror of synced 2024-11-22 04:56:07 +03:00
magento-module/bin/script.sh
2018-05-15 16:44:45 +03:00

10 lines
231 B
Bash

#!/usr/bin/env bash
if [ -z $TRAVIS_BUILD_DIR ]; then
exit 0;
fi
MAGE_ROOT=$TRAVIS_BUILD_DIR/../magento2
cd $MAGE_ROOT
php vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist app/code/Retailcrm/Retailcrm/Test/Unit