From ae49488b23722b4e56b18b0492da2f855119d1ae Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 15 Jan 2014 18:33:36 +0100 Subject: prado-cli: don't add php's terminator tag to generated files --- bin/prado-cli.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'bin') 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; } } -- cgit v1.2.3