Update tests to reflect the expected *.html.php template and layout
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 26 Feb 2009 19:47:26 +0000 (14:47 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 26 Feb 2009 19:47:26 +0000 (14:47 -0500)
commit089b6af22df818828850c47edb49ef7ab31dfc04
tree95956b9b0ed5bc034c1c002ec62fad9a3b9c40e0
parent44c72954df288332e52e7c16e89bc1e2ffdd1a90
Update tests to reflect the expected *.html.php template and layout
filenames.
21 files changed:
framework/View/test/Horde/View/BaseTest.php
framework/View/test/Horde/View/fixtures/_myPartial.html [deleted file]
framework/View/test/Horde/View/fixtures/_myPartial.html.php [new file with mode: 0644]
framework/View/test/Horde/View/fixtures/_myPartialLocals.html [deleted file]
framework/View/test/Horde/View/fixtures/_myPartialLocals.html.php [new file with mode: 0644]
framework/View/test/Horde/View/fixtures/_myPartialObject.html [deleted file]
framework/View/test/Horde/View/fixtures/_myPartialObject.html.php [new file with mode: 0644]
framework/View/test/Horde/View/fixtures/subdir/testRender.html [deleted file]
framework/View/test/Horde/View/fixtures/subdir/testRender.html.php [new file with mode: 0644]
framework/View/test/Horde/View/fixtures/testEscape.html [deleted file]
framework/View/test/Horde/View/fixtures/testEscape.html.php [new file with mode: 0644]
framework/View/test/Horde/View/fixtures/testPartial.html [deleted file]
framework/View/test/Horde/View/fixtures/testPartial.html.php [new file with mode: 0644]
framework/View/test/Horde/View/fixtures/testPartialCollection.html [deleted file]
framework/View/test/Horde/View/fixtures/testPartialCollection.html.php [new file with mode: 0644]
framework/View/test/Horde/View/fixtures/testPartialLocals.html [deleted file]
framework/View/test/Horde/View/fixtures/testPartialLocals.html.php [new file with mode: 0644]
framework/View/test/Horde/View/fixtures/testPartialObject.html [deleted file]
framework/View/test/Horde/View/fixtures/testPartialObject.html.php [new file with mode: 0644]
framework/View/test/Horde/View/fixtures/testRender.html [deleted file]
framework/View/test/Horde/View/fixtures/testRender.html.php [new file with mode: 0644]