In the installer test, the welcome page is to be echo'd instead of return'd
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Sep 2007 17:51:48 +0000 (13:51 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Sep 2007 17:51:48 +0000 (13:51 -0400)
* UnitTest/InstallerTest.php:
(TestInstallerFixture::_welcomePage)

UnitTest/InstallerTest.php

index c74d635788ccb93d9e70ee7314c9128ea1883a0f..b64d1160887b3116fb476a0bf22bd95d1a73fe06 100644 (file)
@@ -69,7 +69,7 @@ class TestInstallerFixture extends BSInstaller
        
        protected function _welcomePage()
        {
-               return 'This is a welcome page.';
+               echo 'This is a welcome page.';
        }
        
        public function step1()