fix: do not force having tests folder

This commit is contained in:
Nuno Maduro
2020-06-12 02:12:51 +02:00
parent f9a936b4d9
commit 518b056fb9

View File

@ -19,7 +19,6 @@ final class ValidatesEnvironment
*/ */
private const NEEDED_FILES = [ private const NEEDED_FILES = [
'composer.json', 'composer.json',
'tests',
]; ];
/** /**