--- ../tests/phpunit.xml.dist	2026-07-04 23:21:57.702093794 +0300
+++ ../tests/phpunit.xml.dist	2026-07-04 23:22:46.700713582 +0300
@@ -6,10 +6,13 @@
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
          processIsolation="false"
-         stopOnFailure="false">
+         stopOnFailure="false"
+         beStrictAboutTestsThatDoNotTestAnything="false">
   <testsuites>
     <testsuite name="hamcrest-php">
       <directory suffix="Test.php">.</directory>
+      <exclude>Hamcrest/AbstractMatcherTest.php</exclude>
+      <exclude>Hamcrest/BaseMatcherTest.php</exclude>
     </testsuite>
   </testsuites>
 
