From aea01e3d1fe8872d8adce03f15bb0eb794d53545 Mon Sep 17 00:00:00 2001 From: Don Gilbert Date: Tue, 14 Jun 2016 08:59:28 -0400 Subject: [PATCH] Fix PHPUnit to actually run the tests --- app/phpunit.xml.dist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/phpunit.xml.dist b/app/phpunit.xml.dist index 849e77099f2..f7e42d43cb0 100644 --- a/app/phpunit.xml.dist +++ b/app/phpunit.xml.dist @@ -15,8 +15,7 @@ - ../src/*/*Bundle/Tests - ../src/*/Bundle/*Bundle/Tests + bundles/*Bundle/Tests