Skip to content
Extraits de code Groupes Projets
Valider c401de55 rédigé par mattab's avatar mattab
Parcourir les fichiers

Some directories are 775.

parent b0a26ed0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -211,9 +211,9 @@ class ReleaseCheckListTest extends PHPUnit_Framework_TestCase
foreach($paths as $pathToTest) {
$chmod = substr(decoct(fileperms($pathToTest)), -3);
$valid = '755';
$valid = array('775', '755');
$command = "find $pluginsPath -type d -exec chmod 755 {} +";
$this->assertSame($chmod, $valid,
$this->assertTrue(in_array($chmod, $valid), $valid,
"Some directories within plugins/ are not chmod 755. \n For example: $pathToTest \n\n".
"Run this command to set all directories to 755: \n$command\n");;
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter