From c0b5eb934464c234e4e0c0e6ac5412b81bb004ed Mon Sep 17 00:00:00 2001 From: Jason McCreary Date: Fri, 25 Aug 2023 15:24:25 -0400 Subject: [PATCH] Tweak test setup --- composer-dev.json | 3 ++- phpunit.xml.dist | 25 ++++++++++++++----------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/composer-dev.json b/composer-dev.json index 0281c14..78b6474 100644 --- a/composer-dev.json +++ b/composer-dev.json @@ -23,7 +23,8 @@ "Tests\\": "tests/" }, "exclude-from-classmap": [ - "tests/fixtures/" + "tests/fixtures", + "tests/snapshots" ] }, "config": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 949f103..7214b65 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,14 +1,17 @@ - - - ./tests/Feature - - - - - - ./app - - + + + ./tests/Feature + + + + + + ./app + + + + +