diff --git a/.gitignore b/.gitignore index 0334b660bb60..988be09b1948 100644 --- a/.gitignore +++ b/.gitignore @@ -125,7 +125,5 @@ nb-configuration.xml /results/ /phpunit*.xml -/.phpunit.*.cache -/.phpunit.cache /.php-cs-fixer.php diff --git a/admin/framework/.gitignore b/admin/framework/.gitignore index 696da9cb0a91..8071bd3d07f8 100644 --- a/admin/framework/.gitignore +++ b/admin/framework/.gitignore @@ -124,5 +124,3 @@ nb-configuration.xml /results/ /phpunit*.xml -/.phpunit.*.cache - diff --git a/admin/framework/phpunit.xml.dist b/admin/framework/phpunit.xml.dist index 0235b8a739c1..dea940878617 100644 --- a/admin/framework/phpunit.xml.dist +++ b/admin/framework/phpunit.xml.dist @@ -1,48 +1,63 @@ - - - - - - - - - - - - ./tests - - - - - - - - - - - - - - - - - - - - - ./app - - - ./app/Views - ./app/Config/Routes.php - - + + + + + + + + + + + + ./tests + + + + + + + + + + ./app + + + ./app/Views + ./app/Config/Routes.php + + + + + + + + + + + + + + diff --git a/admin/starter/.gitignore b/admin/starter/.gitignore index 696da9cb0a91..8071bd3d07f8 100644 --- a/admin/starter/.gitignore +++ b/admin/starter/.gitignore @@ -124,5 +124,3 @@ nb-configuration.xml /results/ /phpunit*.xml -/.phpunit.*.cache - diff --git a/admin/starter/phpunit.xml.dist b/admin/starter/phpunit.xml.dist index 7cd6d3af600a..dea940878617 100644 --- a/admin/starter/phpunit.xml.dist +++ b/admin/starter/phpunit.xml.dist @@ -1,48 +1,63 @@ - - - - - - - - - - - - ./tests - - - - - - - - - - - - - - - - - - - - - ./app - - - ./app/Views - ./app/Config/Routes.php - - + + + + + + + + + + + + ./tests + + + + + + + + + + ./app + + + ./app/Views + ./app/Config/Routes.php + + + + + + + + + + + + + + diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 45b6b07231c4..7464323e4078 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,11 +1,20 @@ - - + +