Removed debugging code
authorvivekarora <vivek11112@gmail.com>
Sat, 23 Nov 2013 05:32:42 +0000 (11:02 +0530)
committervivekarora <vivek11112@gmail.com>
Sat, 23 Nov 2013 05:32:42 +0000 (11:02 +0530)
tests/phpunit/CRM/Extension/Manager/ModuleTest.php

index b81969494c0561e89c2c0a4a83c44e843d07cf48..09cff7b83543d2deb70a783fcec55369d73214f7 100644 (file)
@@ -252,7 +252,6 @@ class CRM_Extension_Manager_ModuleTest extends CiviUnitTestCase {
     $basedir = $this->basedir;
     mkdir("$basedir/$key");
     file_put_contents("$basedir/$key/info.xml", "<extension key='$key' type='$type'><file>$file</file></extension>");
-    print_r(array('creating extension', strtr($template, array('_FILE_' => $file))));
     file_put_contents("$basedir/$key/$file.php", strtr($template, array('_FILE_' => $file)));
     $this->system->getCache()->flush();
     $this->system->getManager()->refresh();