diff --git a/phpunit.xml b/phpunit.xml index 16a39027e72be2cf0a2656056074b6e6ed818be1..99b659cb417cd03685670dfa992370f6e380e6e6 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,7 +8,7 @@ convertWarningsToExceptions="true" > <testsuites> - <testsuite> + <testsuite name="view-all-posts-pages"> <directory prefix="test-" suffix=".php">./tests/</directory> <exclude>./tests/test-sample.php</exclude> </testsuite>