From f147e03d435071baf9be2a5f5446b8613e55c00d Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 9 Jul 2022 13:26:50 -0700 Subject: [PATCH] Prepare for tests --- phpunit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 16a3902..53d42fe 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,8 +9,8 @@ > <testsuites> <testsuite> - <directory prefix="test-" suffix=".php">./tests/</directory> - <exclude>./tests/test-sample.php</exclude> + <directory suffix=".php">./tests/</directory> + <exclude>./tests/bootstrap.php</exclude> </testsuite> </testsuites> </phpunit> -- GitLab