diff --git a/tests/AppConfig/DataFixtures/Faker/Provider/FooProvider.php b/tests/AppConfig/DataFixtures/Faker/Provider/FooProvider.php deleted file mode 100644 index c5298596..00000000 --- a/tests/AppConfig/DataFixtures/Faker/Provider/FooProvider.php +++ /dev/null @@ -1,22 +0,0 @@ - - * - * This source file is subject to the MIT license that is bundled - * with this source code in the file LICENSE. - */ - -namespace Liip\Acme\Tests\AppConfig\DataFixtures\Faker\Provider; - -class FooProvider -{ - public static function foo($str) - { - return 'foo'.$str; - } -}