Skip to content

Commit

Permalink
added phpunit info to the qcodo cli script file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Sánchez authored and mikeho committed Aug 30, 2010
1 parent cb54807 commit da14c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/qcodo/_core/framework/QApplicationBase.class.php
Expand Up @@ -493,6 +493,7 @@ protected static function InitializeForCli() {
print " qcodo-updater Updates your installed Qcodo framework to a new version\r\n";
print " qpm-download Download and installs an external QPM package\r\n";
print " qpm-upload Packages custom code you wrote into a QPM package\r\n";
print " phpunit Run bundled PHPUnit\r\n";
print "\r\n";
print "Other custom scripts can be created as well.\r\n";
print "See \"" . $strDefaultPath . "/scripts/_README.txt\" for more info";
Expand Down Expand Up @@ -1051,4 +1052,4 @@ class QBrowserType {

const Unsupported = 1048576;
}
?>
?>

0 comments on commit da14c15

Please sign in to comment.