[Solar-svn] Revision 2600

pmjones at solarphp.com pmjones at solarphp.com
Fri Jul 20 17:30:58 CDT 2007


removed trailing ?>, and started changing tests using Solar_Request for newly de-singletoned Solar_Request class



Modified: trunk/tests/AllTests.php
===================================================================
--- trunk/tests/AllTests.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/AllTests.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -56,5 +56,4 @@
 
 if (PHPUnit_MAIN_METHOD == 'AllTests::main') {
     AllTests::main();
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Auth/Adapter/HtpasswdTest.php
===================================================================
--- trunk/tests/Solar/Auth/Adapter/HtpasswdTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Auth/Adapter/HtpasswdTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -11,5 +11,4 @@
         parent::setup();
     }
 }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Auth/Adapter/IniTest.php
===================================================================
--- trunk/tests/Solar/Auth/Adapter/IniTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Auth/Adapter/IniTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -12,5 +12,4 @@
         $this->_uri = 'http://paul-m-jones.com';
         parent::setup();
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Auth/Adapter/NoneTest.php
===================================================================
--- trunk/tests/Solar/Auth/Adapter/NoneTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Auth/Adapter/NoneTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -50,5 +50,4 @@
         $this->assertFalse($this->_auth->processLogin());
         $this->assertNull($this->_auth->email);
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Auth/Adapter/SqlTest.php
===================================================================
--- trunk/tests/Solar/Auth/Adapter/SqlTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Auth/Adapter/SqlTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -47,5 +47,4 @@
         
         parent::setup();
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Auth/AdapterTestCase.php
===================================================================
--- trunk/tests/Solar/Auth/AdapterTestCase.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Auth/AdapterTestCase.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -37,11 +37,8 @@
         // get a new adapter
         $this->_auth = Solar::factory($this->_class, $this->_config);
         
-        // get the request environment ...
+        // get the request environment
         $this->_request = Solar::factory('Solar_Request');
-        
-        // and reload it fresh for this test.
-        $this->_request->load(true);
     }
     
     public function teardown()
@@ -161,5 +158,4 @@
         $this->_request->post['handle'] = 'nouser';
         $this->_request->post['passwd'] = 'badpass';
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Cache/Adapter/ApcTest.php
===================================================================
--- trunk/tests/Solar/Cache/Adapter/ApcTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Cache/Adapter/ApcTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -21,5 +21,4 @@
         
         parent::setup();
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Cache/Adapter/EacceleratorTest.php
===================================================================
--- trunk/tests/Solar/Cache/Adapter/EacceleratorTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Cache/Adapter/EacceleratorTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -21,5 +21,4 @@
         
         parent::setup();
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Cache/Adapter/FileTest.php
===================================================================
--- trunk/tests/Solar/Cache/Adapter/FileTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Cache/Adapter/FileTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -22,5 +22,4 @@
         
         parent::setup();
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Cache/Adapter/MemcacheTest.php
===================================================================
--- trunk/tests/Solar/Cache/Adapter/MemcacheTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Cache/Adapter/MemcacheTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -37,5 +37,4 @@
         // tests fail.
         sleep(1);
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Cache/Adapter/XcacheTest.php
===================================================================
--- trunk/tests/Solar/Cache/Adapter/XcacheTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Cache/Adapter/XcacheTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -24,5 +24,4 @@
         
         parent::setup();
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Cache/AdapterTestCase.php
===================================================================
--- trunk/tests/Solar/Cache/AdapterTestCase.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Cache/AdapterTestCase.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -172,5 +172,4 @@
         // make sure it really didn't overwrite the data
         $this->assertSame($this->_cache->fetch($id), $data);
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/Class/MapTest.php
===================================================================
--- trunk/tests/Solar/Class/MapTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Class/MapTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -27,4 +27,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Class/StackTest.php
===================================================================
--- trunk/tests/Solar/Class/StackTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Class/StackTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -113,4 +113,3 @@
         }
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Controller/PageTest.php
===================================================================
--- trunk/tests/Solar/Controller/PageTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Controller/PageTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -33,9 +33,8 @@
         
         Solar::start('config.inc.php');
         
-        // forcibly reload the request environment
+        // load the request environment
         $this->_request = Solar::factory('Solar_Request');
-        $this->_request->load(true);
         
         // set up the example page controller object
         $this->_page = Solar::factory('Solar_Controller_PageController');
@@ -280,4 +279,3 @@
         $this->assertTrue(true);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Debug/TimerTest.php
===================================================================
--- trunk/tests/Solar/Debug/TimerTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Debug/TimerTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -42,4 +42,3 @@
         }
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Debug/VarTest.php
===================================================================
--- trunk/tests/Solar/Debug/VarTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Debug/VarTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -107,4 +107,3 @@
         );
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Docs/PhpdocTest.php
===================================================================
--- trunk/tests/Solar/Docs/PhpdocTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Docs/PhpdocTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -498,4 +498,3 @@
         $this->assertSame($actual['tech'], $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Form/Load/TableTest.php
===================================================================
--- trunk/tests/Solar/Form/Load/TableTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Form/Load/TableTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -112,4 +112,3 @@
     );
 }
 
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Json/CheckerTest.php
===================================================================
--- trunk/tests/Solar/Json/CheckerTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Json/CheckerTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -61,4 +61,3 @@
     }
 
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Log/Adapter/EchoTest.php
===================================================================
--- trunk/tests/Solar/Log/Adapter/EchoTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Log/Adapter/EchoTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -37,4 +37,3 @@
         $this->assertEquals($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Log/Adapter/FileTest.php
===================================================================
--- trunk/tests/Solar/Log/Adapter/FileTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Log/Adapter/FileTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -45,4 +45,3 @@
         $this->assertEquals($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Log/Adapter/MultiTest.php
===================================================================
--- trunk/tests/Solar/Log/Adapter/MultiTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Log/Adapter/MultiTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -80,4 +80,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Log/Adapter/NoneTest.php
===================================================================
--- trunk/tests/Solar/Log/Adapter/NoneTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Log/Adapter/NoneTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -30,4 +30,3 @@
         $this->assertFalse($actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Log/AdapterTestCase.php
===================================================================
--- trunk/tests/Solar/Log/AdapterTestCase.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Log/AdapterTestCase.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -68,4 +68,3 @@
         $this->todo('incomplete');
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Extra/DefListTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Extra/DefListTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Extra/DefListTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -171,4 +171,3 @@
         $this->assertSame(trim($actual), trim($expect));
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Extra/EmStrongTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Extra/EmStrongTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Extra/EmStrongTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -125,4 +125,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Extra/HeaderTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Extra/HeaderTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Extra/HeaderTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -206,4 +206,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Extra/TableTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Extra/TableTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Extra/TableTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -161,4 +161,3 @@
         $this->assertSame(trim($actual), trim($expect));
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/AmpsAnglesTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/AmpsAnglesTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/AmpsAnglesTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -47,4 +47,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/BlockQuoteTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/BlockQuoteTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/BlockQuoteTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -122,4 +122,3 @@
         $this->assertRegExp("@$expect@", $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/BreakTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/BreakTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/BreakTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -47,4 +47,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/CodeBlockTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/CodeBlockTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/CodeBlockTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -78,4 +78,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/CodeSpanTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/CodeSpanTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/CodeSpanTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -50,4 +50,3 @@
         $this->assertRegExp("@$expect@", $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/EmStrongTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/EmStrongTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/EmStrongTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -107,4 +107,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/EncodeTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/EncodeTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/EncodeTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -39,4 +39,3 @@
         $this->assertRegExp("@$expect@", $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/HeaderTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/HeaderTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/HeaderTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -135,4 +135,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/HorizRuleTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/HorizRuleTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/HorizRuleTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -101,4 +101,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/HtmlTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/HtmlTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/HtmlTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -68,4 +68,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/ImageTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/ImageTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/ImageTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -75,4 +75,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/LinkTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/LinkTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/LinkTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -83,4 +83,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/ListTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/ListTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/ListTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -130,4 +130,3 @@
         $this->assertRegExp("@$expect@", $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/PrefilterTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/PrefilterTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/PrefilterTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -69,4 +69,3 @@
         $this->assertSame($actual, $text);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/StripLinkDefsTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/StripLinkDefsTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/StripLinkDefsTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -81,4 +81,3 @@
         $this->assertSame($actual, $text);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Plugin/UriTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Plugin/UriTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Plugin/UriTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -55,4 +55,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/PluginTestCase.php
===================================================================
--- trunk/tests/Solar/Markdown/PluginTestCase.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/PluginTestCase.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -80,4 +80,3 @@
         return "\s*<$tag>\s*";
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Wiki/ColorCodeBlockTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Wiki/ColorCodeBlockTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Wiki/ColorCodeBlockTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -60,4 +60,3 @@
         $this->assertSame(trim($actual), trim($expect));
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Wiki/HeaderTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Wiki/HeaderTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Wiki/HeaderTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -147,4 +147,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Wiki/LinkTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Wiki/LinkTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Wiki/LinkTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -223,4 +223,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/Wiki/MethodSynopsisTest.php
===================================================================
--- trunk/tests/Solar/Markdown/Wiki/MethodSynopsisTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/Wiki/MethodSynopsisTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -74,4 +74,3 @@
         $this->assertSame(trim($actual), trim($expect));
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Markdown/WikiTest.php
===================================================================
--- trunk/tests/Solar/Markdown/WikiTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Markdown/WikiTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -49,4 +49,3 @@
         $this->_output(__FUNCTION__);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/RequestTest.php
===================================================================
--- trunk/tests/Solar/RequestTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/RequestTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -17,8 +17,7 @@
     
     protected function _getRequest()
     {
-        $config = array('reload' => true);
-        return Solar::factory('Solar_Request', $config);
+        return Solar::factory('Solar_Request');
     }
 
     public function testCanInstantiateThroughFactory()
@@ -209,29 +208,29 @@
         $this->assertFalse($request->isXhr());
     }
     
-    public function testVarsChangedAfterInitialLoadDoNotEffectRequestObject()
-    {
-        // make sure that $_GET['foo'] is cleared
-        if (isset($_GET['foo'])) {
-            unset($_GET['foo']);
-        }
-        
-        // test loading the first time
-        $request = Solar::factory('Solar_Request', array('reload' => true));
-        
-        // test changing the vars, should not be reloaded
-        $_GET['foo'] = 'bar';
-        $actual = $request->get('foo');
-        $this->assertNull($actual);
-    }
+    // public function testVarsChangedAfterInitialLoadDoNotEffectRequestObject()
+    // {
+    //     // make sure that $_GET['foo'] is cleared
+    //     if (isset($_GET['foo'])) {
+    //         unset($_GET['foo']);
+    //     }
+    //     
+    //     // test loading the first time
+    //     $request = Solar::factory('Solar_Request', array('reload' => true));
+    //     
+    //     // test changing the vars, should not be reloaded
+    //     $_GET['foo'] = 'bar';
+    //     $actual = $request->get('foo');
+    //     $this->assertNull($actual);
+    // }
     
-    public function testVarsChangedBeforeInitialLoadAreReflectedInRequestObject()
-    {
-        $_GET['foo'] = 'bar';
-        
-        // now reload, should pick up the changed $_GET
-        $request = Solar::factory('Solar_Request', array('reload' => true));
-        $actual = $request->get('foo');
-        $this->assertSame($actual, 'bar');
-    }
+    // public function testVarsChangedBeforeInitialLoadAreReflectedInRequestObject()
+    // {
+    //     $_GET['foo'] = 'bar';
+    //     
+    //     // now reload, should pick up the changed $_GET
+    //     $request = Solar::factory('Solar_Request', array('reload' => true));
+    //     $actual = $request->get('foo');
+    //     $this->assertSame($actual, 'bar');
+    // }
 }

Modified: trunk/tests/Solar/Role/Adapter/FileTest.php
===================================================================
--- trunk/tests/Solar/Role/Adapter/FileTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Role/Adapter/FileTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -10,4 +10,3 @@
         parent::setup();
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Role/Adapter/NoneTest.php
===================================================================
--- trunk/tests/Solar/Role/Adapter/NoneTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Role/Adapter/NoneTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -94,4 +94,3 @@
     }
     
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Role/Adapter/SqlTest.php
===================================================================
--- trunk/tests/Solar/Role/Adapter/SqlTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Role/Adapter/SqlTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -43,4 +43,3 @@
         parent::setup();
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Role/AdapterTestCase.php
===================================================================
--- trunk/tests/Solar/Role/AdapterTestCase.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Role/AdapterTestCase.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -122,4 +122,3 @@
         $this->assertFalse($actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Sql/Adapter/MysqlTest.php
===================================================================
--- trunk/tests/Solar/Sql/Adapter/MysqlTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Sql/Adapter/MysqlTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -55,4 +55,3 @@
         parent::setup();
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Sql/Adapter/PgsqlTest.php
===================================================================
--- trunk/tests/Solar/Sql/Adapter/PgsqlTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Sql/Adapter/PgsqlTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -53,4 +53,3 @@
         parent::setup();
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Sql/Adapter/SqliteTest.php
===================================================================
--- trunk/tests/Solar/Sql/Adapter/SqliteTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Sql/Adapter/SqliteTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -57,4 +57,3 @@
         $this->markTestSkipped('sqlite does not support drop column');
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Sql/AdapterTestCase.php
===================================================================
--- trunk/tests/Solar/Sql/AdapterTestCase.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Sql/AdapterTestCase.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -699,4 +699,3 @@
         $this->assertFalse($actual['require']);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Uri/ActionTest.php
===================================================================
--- trunk/tests/Solar/Uri/ActionTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Uri/ActionTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -35,4 +35,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/Uri/PublicTest.php
===================================================================
--- trunk/tests/Solar/Uri/PublicTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/Uri/PublicTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -31,4 +31,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/ActionImageTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/ActionImageTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/ActionImageTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -30,4 +30,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/ActionTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/ActionTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/ActionTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -73,4 +73,3 @@
         $this->assertSame($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/AnchorImageTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/AnchorImageTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/AnchorImageTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -12,7 +12,6 @@
         parent::setup();
         
         $this->_request = Solar::factory('Solar_Request');
-        $this->_request->load(true);
         
         // when running from the command line, these elements are empty.
         // add them so that web-like testing can occur.
@@ -76,5 +75,4 @@
                 . '<img src="/public/images/example.gif" class="bar" alt="example.gif" /></a>';
         $this->assertSame($actual, $expect);
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/AnchorTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/AnchorTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/AnchorTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -9,9 +9,8 @@
         Solar::start(false); // to get the $locale object
         parent::setup();
         
-        // forcibly reset the request environment
+        // load the request environment
         $request = Solar::factory('Solar_Request');
-        $request->load(true);
     }
     
     public function testAnchor_hrefFromString()
@@ -91,5 +90,4 @@
         $expect = '<a href="/path/to/script.php?page=1" foo="bar">Browse</a>';
         $this->assertSame($actual, $expect);
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/AttribsTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/AttribsTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/AttribsTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -17,4 +17,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/BaseTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/BaseTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/BaseTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -11,4 +11,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/DateTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/DateTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/DateTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -37,4 +37,3 @@
         $this->assertEquals($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormButtonTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormButtonTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormButtonTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -16,4 +16,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormCheckboxTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormCheckboxTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormCheckboxTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -67,4 +67,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormFileTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormFileTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormFileTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -15,4 +15,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormHiddenTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormHiddenTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormHiddenTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -16,4 +16,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormOptionsTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormOptionsTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormOptionsTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -34,4 +34,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormPasswordTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormPasswordTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormPasswordTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -15,4 +15,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormRadioTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormRadioTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormRadioTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -37,4 +37,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormResetTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormResetTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormResetTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -24,4 +24,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormSelectTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormSelectTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormSelectTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -102,4 +102,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormSubmitTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormSubmitTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormSubmitTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -24,4 +24,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -23,7 +23,6 @@
         parent::setup();
         
         $this->_request = Solar::factory('Solar_Request');
-        $this->_request->load(true);
         
         // when running from the command line, these elements are empty.
         // add them so that web-like testing can occur.
@@ -549,5 +548,4 @@
         $this->assertProperty($helper, '_stack', 'same', array());
         $this->assertProperty($helper, '_status', 'null');
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormTextTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormTextTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormTextTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -16,4 +16,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/FormTextareaTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/FormTextareaTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/FormTextareaTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -16,4 +16,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/GetTextRawTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/GetTextRawTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/GetTextRawTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -33,4 +33,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/GetTextTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/GetTextTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/GetTextTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -33,4 +33,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/ImageTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/ImageTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/ImageTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -12,4 +12,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/InlineScriptTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/InlineScriptTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/InlineScriptTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -15,4 +15,3 @@
         $this->assertSame(trim($actual), trim($expect));
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/JsTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/JsTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/JsTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -111,4 +111,3 @@
 
 }
 
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/LinkStylesheetTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/LinkStylesheetTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/LinkStylesheetTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -11,4 +11,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/LinkTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/LinkTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/LinkTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -12,4 +12,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/MetaHttpTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/MetaHttpTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/MetaHttpTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -12,4 +12,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/MetaNameTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/MetaNameTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/MetaNameTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -12,4 +12,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/MetaTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/MetaTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/MetaTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -12,4 +12,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/PublicHrefTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/PublicHrefTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/PublicHrefTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -35,4 +35,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/ScriptTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/ScriptTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/ScriptTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -11,4 +11,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/StyleTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/StyleTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/StyleTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -23,4 +23,3 @@
     }
 
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/TimeTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/TimeTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/TimeTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -37,4 +37,3 @@
         $this->assertEquals($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/TimestampTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/TimestampTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/TimestampTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -37,4 +37,3 @@
         $this->assertEquals($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/TitleTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/TitleTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/TitleTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -11,4 +11,3 @@
         $this->assertSame($actual, $expect);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/Solar/View/Helper/TypekeyLinkTest.php
===================================================================
--- trunk/tests/Solar/View/Helper/TypekeyLinkTest.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/Helper/TypekeyLinkTest.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -10,9 +10,8 @@
     {
         parent::setup();
         
-        // forcibly reset the request environment
+        // load the request environment
         $this->_request = Solar::factory('Solar_Request');
-        $this->_request->load(true);
         
         // when running from the command line, these elements are empty.
         // add them so that web-like testing can occur.
@@ -37,5 +36,4 @@
         $actual = $this->_view->typekeyLink('Sign In');
         $this->assertSame($actual, $expect);
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/Solar/View/HelperTestCase.php
===================================================================
--- trunk/tests/Solar/View/HelperTestCase.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/Solar/View/HelperTestCase.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -28,4 +28,3 @@
         $this->assertType($expect, $actual);
     }
 }
-?>
\ No newline at end of file

Modified: trunk/tests/SolarUnitTest.config.php
===================================================================
--- trunk/tests/SolarUnitTest.config.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/SolarUnitTest.config.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -97,4 +97,4 @@
 }
 
 require dirname(__FILE__) . '/configRunner.php';
-?>
+

Modified: trunk/tests/configRunner.php
===================================================================
--- trunk/tests/configRunner.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/configRunner.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -39,6 +39,4 @@
 // Include Solar.php so the base Solar object is available.
 include_once 'Solar.php';
 
-unset($config);
-
-?>
\ No newline at end of file
+unset($config);
\ No newline at end of file

Modified: trunk/tests/phpunit
===================================================================
--- trunk/tests/phpunit	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/phpunit	2007-07-20 22:30:58 UTC (rev 2600)
@@ -38,5 +38,4 @@
  */
 
 require dirname(__FILE__) . '/SolarUnitTest.config.php';
-require 'PHPUnit/TextUI/Command.php';
-?>
+require 'PHPUnit/TextUI/Command.php';
\ No newline at end of file

Modified: trunk/tests/support/Solar/Class/Map/DirOne/TestOne.php
===================================================================
--- trunk/tests/support/Solar/Class/Map/DirOne/TestOne.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/support/Solar/Class/Map/DirOne/TestOne.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -2,4 +2,3 @@
 
 class Solar_Map_Class_DirOne_TestOne { }
 
-?>
\ No newline at end of file

Modified: trunk/tests/support/Solar/Class/Map/DirOne/TestTwo.php
===================================================================
--- trunk/tests/support/Solar/Class/Map/DirOne/TestTwo.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/support/Solar/Class/Map/DirOne/TestTwo.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -2,4 +2,3 @@
 
 class Solar_Map_Class_DirOne_TestTwo { }
 
-?>
\ No newline at end of file

Modified: trunk/tests/support/Solar/Class/Map/TestOne.php
===================================================================
--- trunk/tests/support/Solar/Class/Map/TestOne.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/support/Solar/Class/Map/TestOne.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -2,4 +2,3 @@
 
 class Solar_Map_Class_TestOne { }
 
-?>
\ No newline at end of file

Modified: trunk/tests/support/Solar/Class/Map/TestTwo.php
===================================================================
--- trunk/tests/support/Solar/Class/Map/TestTwo.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/support/Solar/Class/Map/TestTwo.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -2,4 +2,3 @@
 
 class Solar_Map_Class_TestTwo { }
 
-?>
\ No newline at end of file

Modified: trunk/tests/support/Solar/Controller/PageController.php
===================================================================
--- trunk/tests/support/Solar/Controller/PageController.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/support/Solar/Controller/PageController.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -216,5 +216,4 @@
     {
         $this->hooks[__FUNCTION__] ++;
     }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: trunk/tests/support/Solar/FactoryObject.php
===================================================================
--- trunk/tests/support/Solar/FactoryObject.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/support/Solar/FactoryObject.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -11,6 +11,4 @@
 class Solar_FactoryObject
 {
     
-}
-
-?>
+}
\ No newline at end of file

Modified: trunk/tests/support/Solar/LoadClassObject.php
===================================================================
--- trunk/tests/support/Solar/LoadClassObject.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/support/Solar/LoadClassObject.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -11,6 +11,4 @@
 class Solar_LoadClassObject
 {
     
-}
-
-?>
+}
\ No newline at end of file

Modified: trunk/tests/support/config.inc.php
===================================================================
--- trunk/tests/support/config.inc.php	2007-07-19 20:52:44 UTC (rev 2599)
+++ trunk/tests/support/config.inc.php	2007-07-20 22:30:58 UTC (rev 2600)
@@ -28,4 +28,3 @@
 
 
 return $config;
-?>
\ No newline at end of file




More information about the Solar-svn mailing list