summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/prado-cli.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/bin/prado-cli.php b/bin/prado-cli.php
index 98e9678c..1906946b 100755
--- a/bin/prado-cli.php
+++ b/bin/prado-cli.php
@@ -301,8 +301,7 @@ require_once($frameworkPath);
$application=new TApplication;
$application->run();
-
-?>';
+';
}
protected function renderConfigFile($appName)
@@ -426,8 +425,7 @@ $test_cases = dirname(__FILE__)."/unit";
$tester = new PradoUnitTester($test_cases, $app_directory);
$tester->run(new HtmlReporter());
-
-?>';
+';
}
protected function renderFunctionalTestFixture()
@@ -441,8 +439,7 @@ $test_cases = dirname(__FILE__)."/functional";
$tester=new PradoFunctionalTester($test_cases);
$tester->run(new SimpleReporter());
-
-?>';
+';
}
}
@@ -729,7 +726,7 @@ $props
return parent::finder(\$className);
}
}
-?>
+
EOD;
}
}