[L10n] Split off L10n functionality of View into L10nView

Review Request #38 — Created Jan. 9, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
master
lunr
This splits off L10n functionality from the core View class to a dedicated L10nView class.
There's basically no new code, just moving around and renaming.
Unit tests
src/Lunr/Core/View.php
src/Lunr/Core/Tests/ViewBaseTest.php
src/Lunr/Core/Tests/ViewHelpersTest.php
src/Lunr/Core/Tests/ViewL10nTest.php
src/Lunr/Core/Tests/ViewNoL10nTest.php
src/Lunr/Core/Tests/ViewTest.php
src/Lunr/L10n/L10nView.php
src/Lunr/L10n/Tests/L10nViewBaseTest.php
src/Lunr/L10n/Tests/L10nViewTest.php
tests/phpunit.xml
Loading...