From e12a0ed8e1b2d5abb497a84c9d038d653a6a5dac Mon Sep 17 00:00:00 2001 From: Julius Beckmann Date: Sat, 25 Jan 2014 23:16:21 +0100 Subject: [PATCH] Fixed use statement for "Finder". --- .travis.yml | 2 +- Command/LoadSetsCommand.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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