.editorconfig .gitattributes .github/actions/composer/composer/install/run.sh .php_cs .php_cs.fixture Makefile composer-require-checker.json composer.json composer.lock infection.json phive.xml phpstan-baseline.neon phpstan.neon psalm-baseline.xml psalm.xml src/DataProvider/BoolProvider.php src/DataProvider/FloatProvider.php src/DataProvider/IntProvider.php src/DataProvider/NullProvider.php src/DataProvider/ObjectProvider.php src/DataProvider/ResourceProvider.php src/DataProvider/StringProvider.php src/Exception/EmptyValues.php src/Exception/InvalidExcludeClassName.php src/Exception/NonExistentDirectory.php src/Exception/NonExistentExcludeClass.php src/Helper.php test/AutoReview/SrcCodeTest.php test/AutoReview/TestCodeTest.php test/AutoReview/phpunit.xml test/Fixture/ClassExists/ExampleClass.php test/Fixture/ClassExtends/ChildClass.php test/Fixture/ClassExtends/ParentClass.php test/Fixture/ClassExtends/UnrelatedClass.php test/Fixture/ClassIsAbstract/AbstractClass.php test/Fixture/ClassIsAbstract/ConcreteClass.php test/Fixture/ClassIsFinal/AbstractClass.php test/Fixture/ClassIsFinal/FinalClass.php test/Fixture/ClassIsFinal/NeitherAbstractNorFinalClass.php test/Fixture/ClassSatisfiesSpecification/ExampleClass.php test/Fixture/ClassUsesTrait/ClassNotUsingTrait.php test/Fixture/ClassUsesTrait/ClassUsingTrait.php test/Fixture/ClassUsesTrait/ExampleTrait.php test/Fixture/ClassesAreAbstractOrFinal/AbstractClass.php test/Fixture/ClassesAreAbstractOrFinal/AbstractOrFinal/AbstractClass.php test/Fixture/ClassesAreAbstractOrFinal/AbstractOrFinal/FinalClass.php test/Fixture/ClassesAreAbstractOrFinal/EmptyDirectory/.gitkeep test/Fixture/ClassesAreAbstractOrFinal/FinalClass.php test/Fixture/ClassesAreAbstractOrFinal/NotAllAbstractOrFinal/AbstractClass.php test/Fixture/ClassesAreAbstractOrFinal/NotAllAbstractOrFinal/AlsoNeitherAbstractNorFinal.php test/Fixture/ClassesAreAbstractOrFinal/NotAllAbstractOrFinal/FinalClass.php test/Fixture/ClassesAreAbstractOrFinal/NotAllAbstractOrFinal/NeitherAbstractNorFinal.php test/Fixture/ClassesHaveTests/EmptyDirectory/Src/.gitkeep test/Fixture/ClassesHaveTests/NotAllClassesHaveTests/Src/AnotherExampleClass.php test/Fixture/ClassesHaveTests/NotAllClassesHaveTests/Src/ExampleClass.php test/Fixture/ClassesHaveTests/NotAllClassesHaveTests/Src/OneMoreExampleClass.php test/Fixture/ClassesHaveTests/NotAllClassesHaveTests/Test/ExampleClassTest.php test/Fixture/ClassesHaveTests/WithTests/Src/AbstractClass.php test/Fixture/ClassesHaveTests/WithTests/Src/ExampleClass.php test/Fixture/ClassesHaveTests/WithTests/Src/ExampleInterface.php test/Fixture/ClassesHaveTests/WithTests/Src/ExampleTest.php test/Fixture/ClassesHaveTests/WithTests/Src/ExampleTrait.php test/Fixture/ClassesHaveTests/WithTests/Test/ExampleClassTest.php test/Fixture/ClassesHaveTests/WithoutTests/Src/AbstractClass.php test/Fixture/ClassesHaveTests/WithoutTests/Src/AnotherExampleClass.php test/Fixture/ClassesHaveTests/WithoutTests/Src/ExampleClass.php test/Fixture/ClassesHaveTests/WithoutTests/Src/ExampleInterface.php test/Fixture/ClassesHaveTests/WithoutTests/Src/ExampleTrait.php test/Fixture/ClassesHaveTests/WithoutTests/Src/OneMoreExampleClass.php test/Fixture/ClassesHaveTests/WithoutTests/Src/YetAnotherExampleClass.php test/Fixture/ClassesHaveTests/WithoutTests/Test/AnotherExampleClassTest.php test/Fixture/ClassesHaveTests/WithoutTests/Test/OneMoreExampleClassTest.php test/Fixture/ClassyConstructsSatisfySpecification/AnotherExampleClass.php test/Fixture/ClassyConstructsSatisfySpecification/EmptyDirectory/.gitkeep test/Fixture/ClassyConstructsSatisfySpecification/ExampleClass.php test/Fixture/ImplementsInterface/ClassImplementingInterface.php test/Fixture/ImplementsInterface/ClassNotImplementingInterface.php test/Fixture/ImplementsInterface/ExampleInterface.php test/Fixture/InterfaceExists/ExampleInterface.php test/Fixture/InterfaceExtends/ChildInterface.php test/Fixture/InterfaceExtends/ParentInterface.php test/Fixture/InterfaceExtends/UnrelatedInterface.php test/Fixture/InterfaceSatisfiesSpecification/ExampleInterface.php test/Fixture/NotClass/ExampleInterface.php test/Fixture/NotClass/ExampleTrait.php test/Fixture/NotInterface/ExampleClass.php test/Fixture/NotInterface/ExampleTrait.php test/Fixture/NotTrait/ExampleClass.php test/Fixture/NotTrait/ExampleInterface.php test/Fixture/TraitExists/ExampleTrait.php test/Fixture/TraitSatisfiesSpecification/ExampleTrait.php test/Integration/phpunit.xml test/Unit/DataProvider/AbstractProviderTestCase.php test/Unit/DataProvider/BoolProviderTest.php test/Unit/DataProvider/FloatProviderTest.php test/Unit/DataProvider/IntProviderTest.php test/Unit/DataProvider/NullProviderTest.php test/Unit/DataProvider/ObjectProviderTest.php test/Unit/DataProvider/ResourceProviderTest.php test/Unit/DataProvider/StringProviderTest.php test/Unit/Exception/EmptyValuesTest.php test/Unit/Exception/InvalidExcludeClassNameTest.php test/Unit/Exception/NonExistentDirectoryTest.php test/Unit/Exception/NonExistentExcludeClassTest.php test/Unit/HelperTest.php test/Unit/phpunit.xml test/Util/DataProvider/Specification/Closure.php test/Util/DataProvider/Specification/Equal.php test/Util/DataProvider/Specification/Identical.php test/Util/DataProvider/Specification/Pattern.php test/Util/DataProvider/Specification/Specification.php tools/composer-require-checker <<<<<< network # path=./.build/logs/clover.xml <<<<<< EOF # path=fixes ./test/Fixture/InterfaceSatisfiesSpecification/ExampleInterface.php:8,9 ./test/Fixture/ClassSatisfiesSpecification/ExampleClass.php:8,9 ./test/Fixture/ClassExtends/ParentClass.php:8,9 ./test/Fixture/ClassExtends/UnrelatedClass.php:8,9 ./test/Fixture/ClassExtends/ChildClass.php:8,9 ./test/Fixture/ClassIsAbstract/AbstractClass.php:8,9 ./test/Fixture/ClassIsAbstract/ConcreteClass.php:8,9 ./test/Fixture/InterfaceExists/ExampleInterface.php:8,9 ./test/Fixture/ClassIsFinal/AbstractClass.php:8,9 ./test/Fixture/ClassIsFinal/NeitherAbstractNorFinalClass.php:8,9 ./test/Fixture/ClassIsFinal/FinalClass.php:8,9 ./test/Fixture/ClassyConstructsSatisfySpecification/AnotherExampleClass.php:8,9 ./test/Fixture/ClassyConstructsSatisfySpecification/ExampleClass.php:8,9 ./test/Fixture/ClassesHaveTests/WithoutTests/Test/AnotherExampleClassTest.php:15,16 ./test/Fixture/ClassesHaveTests/WithoutTests/Test/OneMoreExampleClassTest.php:15,16 ./test/Fixture/ClassesHaveTests/WithoutTests/Src/AbstractClass.php:8,9 ./test/Fixture/ClassesHaveTests/WithoutTests/Src/OneMoreExampleClass.php:8,9 ./test/Fixture/ClassesHaveTests/WithoutTests/Src/ExampleInterface.php:8,9 ./test/Fixture/ClassesHaveTests/WithoutTests/Src/AnotherExampleClass.php:8,9 ./test/Fixture/ClassesHaveTests/WithoutTests/Src/ExampleClass.php:8,9 ./test/Fixture/ClassesHaveTests/WithoutTests/Src/YetAnotherExampleClass.php:8,10,11,12 ./test/Fixture/ClassesHaveTests/WithoutTests/Src/ExampleTrait.php:8,9 ./test/Fixture/ClassesHaveTests/WithTests/Test/ExampleClassTest.php:14,15 ./test/Fixture/ClassesHaveTests/WithTests/Src/AbstractClass.php:8,9 ./test/Fixture/ClassesHaveTests/WithTests/Src/ExampleInterface.php:8,9 ./test/Fixture/ClassesHaveTests/WithTests/Src/ExampleTest.php:15,16 ./test/Fixture/ClassesHaveTests/WithTests/Src/ExampleClass.php:8,9 ./test/Fixture/ClassesHaveTests/WithTests/Src/ExampleTrait.php:8,9 ./test/Fixture/ClassesHaveTests/NotAllClassesHaveTests/Test/ExampleClassTest.php:15,16 ./test/Fixture/ClassesHaveTests/NotAllClassesHaveTests/Src/OneMoreExampleClass.php:8,9 ./test/Fixture/ClassesHaveTests/NotAllClassesHaveTests/Src/AnotherExampleClass.php:8,9 ./test/Fixture/ClassesHaveTests/NotAllClassesHaveTests/Src/ExampleClass.php:8,9 ./test/Fixture/NotClass/ExampleInterface.php:8,9 ./test/Fixture/NotClass/ExampleTrait.php:8,9 ./test/Fixture/ImplementsInterface/ClassNotImplementingInterface.php:8,9 ./test/Fixture/ImplementsInterface/ExampleInterface.php:8,9 ./test/Fixture/ImplementsInterface/ClassImplementingInterface.php:8,9 ./test/Fixture/NotTrait/ExampleInterface.php:8,9 ./test/Fixture/NotTrait/ExampleClass.php:8,9 ./test/Fixture/TraitExists/ExampleTrait.php:8,9 ./test/Fixture/InterfaceExtends/ChildInterface.php:8,9 ./test/Fixture/InterfaceExtends/UnrelatedInterface.php:8,9 ./test/Fixture/InterfaceExtends/ParentInterface.php:8,9 ./test/Fixture/ClassUsesTrait/ClassUsingTrait.php:8,10 ./test/Fixture/ClassUsesTrait/ClassNotUsingTrait.php:8,9 ./test/Fixture/ClassUsesTrait/ExampleTrait.php:8,9 ./test/Fixture/ClassesAreAbstractOrFinal/NotAllAbstractOrFinal/AbstractClass.php:8,9 ./test/Fixture/ClassesAreAbstractOrFinal/NotAllAbstractOrFinal/NeitherAbstractNorFinal.php:8,9 ./test/Fixture/ClassesAreAbstractOrFinal/NotAllAbstractOrFinal/FinalClass.php:8,9 ./test/Fixture/ClassesAreAbstractOrFinal/NotAllAbstractOrFinal/AlsoNeitherAbstractNorFinal.php:8,9 ./test/Fixture/ClassesAreAbstractOrFinal/AbstractClass.php:8,9 ./test/Fixture/ClassesAreAbstractOrFinal/AbstractOrFinal/AbstractClass.php:8,9 ./test/Fixture/ClassesAreAbstractOrFinal/AbstractOrFinal/FinalClass.php:8,9 ./test/Fixture/ClassesAreAbstractOrFinal/FinalClass.php:8,9 ./test/Fixture/ClassExists/ExampleClass.php:8,9 ./test/Fixture/NotInterface/ExampleClass.php:8,9 ./test/Fixture/NotInterface/ExampleTrait.php:8,9 ./test/Fixture/TraitSatisfiesSpecification/ExampleTrait.php:8,9 ./test/Util/DataProvider/Specification/Pattern.php:17,24,26,29,31,34,37,40,41 ./test/Util/DataProvider/Specification/Closure.php:17,24,28,31,33,36,40,41 ./test/Util/DataProvider/Specification/Identical.php:17,21,23,26,28,31,33,34 ./test/Util/DataProvider/Specification/Equal.php:17,21,23,26,28,31,33,34 ./test/Util/DataProvider/Specification/Specification.php:17,19 ./test/Unit/Exception/InvalidExcludeClassNameTest.php:28,32,34,42,50,53,59,79,80,81 ./test/Unit/Exception/NonExistentDirectoryTest.php:28,32,34,37,47,50,51 ./test/Unit/Exception/EmptyValuesTest.php:28,32,34,37,41,44,48,49 ./test/Unit/Exception/NonExistentExcludeClassTest.php:28,32,34,37,47,50,51 ./test/Unit/DataProvider/StringProviderTest.php:25,32,34,37,59,67,70,73,84,92,94,97,105,113,117,125,127,130,143,146,157,158 ./test/Unit/DataProvider/ResourceProviderTest.php:25,32,34,37,47,48 ./test/Unit/DataProvider/BoolProviderTest.php:25,32,34,37,46,54,56,59,67,75,77,80,88,89 ./test/Unit/DataProvider/ObjectProviderTest.php:25,32,34,37,45,46 ./test/Unit/DataProvider/FloatProviderTest.php:25,32,34,37,53,61,63,66,77,85,87,90,98,106,108,111,122,130,132,135,147,150,158,166,168,171,181,182 ./test/Unit/DataProvider/NullProviderTest.php:25,32,34,37,45,46 ./test/Unit/DataProvider/IntProviderTest.php:25,32,34,37,53,61,63,66,77,85,87,90,98,106,108,111,122,130,132,135,147,150,158,166,168,171,181,182 ./test/Unit/DataProvider/AbstractProviderTestCase.php:23,31,43,44,51,57,67,75,105,111,113,119,121,122 ./test/Unit/HelperTest.php:35,39,58,61,64,68,76,80,88,92,98,117,118,121,127,130,144,147,151,154,158,166,177,178,184,204,205,208,222,223,226,245,246,249,259,260,263,274,275,278,297,309,318,319,322,331,332,335,344,345,354,361,362,368,385,386,387,395,410,411,414,432,433,436,459,460,463,477,478,481,491,492,495,513,514,517,525,526,529,537,538,546,560,561,564,580,581,584,606,607,610,622,623,631,639,645,656,657,660,664,672,684,685,693,705,706,709,723,724,727,734,735,743,755,756,764,776,777,780,794,795,798,805,806,814,822,825,835,838,842,850,858,861,871,874,878,886,898,899,902,916,917,920,936,937,940,948,949,957,969,970,978,990,991,994,1008,1009,1012,1019,1020,1028,1036,1042,1053,1054,1057,1061,1069,1081,1082,1090,1102,1103,1106,1120,1121,1124,1131,1132,1140,1152,1153,1156,1170,1171,1174,1190,1191,1194,1202,1203,1211,1219,1225,1236,1237,1240,1244,1252,1264,1265,1268,1282,1283,1286,1302,1303,1306,1314,1315,1318,1326,1329,1347,1350,1360,1363,1378,1381,1405,1408,1417,1420,1434,1437,1461,1464,1477,1484,1493,1494 ./test/AutoReview/TestCodeTest.php:26,30,37,38 ./test/AutoReview/SrcCodeTest.php:25,29,31,34,39,40,41 ./src/Exception/NonExistentDirectory.php:20,22,27,28 ./src/Exception/InvalidExcludeClassName.php:20,27,32,33 ./src/Exception/NonExistentExcludeClass.php:20,22,27,28 ./src/Exception/EmptyValues.php:17,19,21,24,26,27 ./src/DataProvider/StringProvider.php:19,26,28,34,39,45,49,55,60,66,71,77,93,96,108,122,124,131,132,135,142,143 ./src/DataProvider/IntProvider.php:19,26,28,34,38,44,48,54,58,64,68,74,78,84,88,94,104,105 ./src/DataProvider/ObjectProvider.php:19,26,30,31 ./src/DataProvider/ResourceProvider.php:19,26,30,31 ./src/DataProvider/FloatProvider.php:19,26,28,34,38,44,48,54,58,64,68,74,78,84,88,94,104,105 ./src/DataProvider/NullProvider.php:19,26,30,31 ./src/DataProvider/BoolProvider.php:19,26,28,34,38,44,48,54,59,60 ./src/Helper.php:22,35,47,50,70,84,85,104,107,112,116,127,149,156,166,167,178,184,188,212,215,220,224,232,242,250,255,270,282,297,309,321,331,345,355,372,379,394,403,411,416,431,443,460,467,475,480,497,504,514,517,523,524,535,538,546,549,560,563,571,574,575 <<<<<< EOF