Skip to content

Commit 97865c9

Browse files
committed
wip
1 parent e1ab62d commit 97865c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/validate-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function checkPackage(array $package): void
4848
{
4949
checkPackageFile($package, '.gitattributes');
5050
checkPackageFile($package, 'composer.json');
51-
checkPackageFile($package, 'phpunit.xml');
51+
// checkPackageFile($package, 'phpunit.xml');
5252
// TODO: Issue #426
5353
// checkPackageFile($package, 'README.md');
5454
checkPackageLicense($package);

0 commit comments

Comments
 (0)