diff --git a/.travis.yml b/.travis.yml index 466afdf..37a44b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_script: - composer update --prefer-dist --no-interaction script: - - phpunit -c phpunit.xml.dist --coverage-text + - vendor/bin/phpunit -c phpunit.xml.dist --coverage-text notifications: email: diff --git a/Command/LoadSetsCommand.php b/Command/LoadSetsCommand.php index f2bac6f..272cbe4 100644 --- a/Command/LoadSetsCommand.php +++ b/Command/LoadSetsCommand.php @@ -16,6 +16,7 @@ use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; +use Symfony\Component\Finder\Finder; /** * Class LoadSetsCommand