[Shadow] Move cli classes into dedicated namespace.

Review Request #69 — Created Feb. 24, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
master
lunr
This moves the cli classes from core into a dedicated namespace "Shadow".
Unit Tests
src/Lunr/Core/CliParser.php
src/Lunr/Core/Console.php
src/Lunr/Core/Process.php
src/Lunr/Core/Tests/ConsoleTest.php
src/Lunr/Shadow/CliParser.php
src/Lunr/Shadow/Console.php
src/Lunr/Shadow/Process.php
src/Lunr/Shadow/Tests/ConsoleTest.php
tests/phpunit.xml
Loading...