We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ab62d commit 97865c9Copy full SHA for 97865c9
bin/validate-packages
@@ -48,7 +48,7 @@ function checkPackage(array $package): void
48
{
49
checkPackageFile($package, '.gitattributes');
50
checkPackageFile($package, 'composer.json');
51
- checkPackageFile($package, 'phpunit.xml');
+// checkPackageFile($package, 'phpunit.xml');
52
// TODO: Issue #426
53
// checkPackageFile($package, 'README.md');
54
checkPackageLicense($package);
0 commit comments