summaryrefslogtreecommitdiff
path: root/pear/PEAR/Installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'pear/PEAR/Installer.php')
-rw-r--r--pear/PEAR/Installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php
index f2ec95f729..1bd0eabc1b 100644
--- a/pear/PEAR/Installer.php
+++ b/pear/PEAR/Installer.php
@@ -198,7 +198,7 @@ class PEAR_Installer extends PEAR_Common
{
$type = strtolower($atts['ROLE']);
switch ($type) {
- case "test":
+ case 'test':
// don't install test files for now
$this->log(2, "+ Test file $file won't be installed yet");
return true;