[Flare] Move verification class from core into its own namespace

Review Request #127 — Created June 30, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
pprkut:phpunit
126
lunr
Move the verification class from Core to a new Flare namespace.
The functionality was hardly core and putting it in a new namespace creates a place for more data verification classes (json schema anyone? :)
Unit tests

Diff Revision 1 (Latest)

src/Lunr/Flare/Verification.php Was src/Lunr/Core/Verification.php
src/Lunr/Flare/Tests/VerificationBaseTest.php Was src/Lunr/Core/Tests/VerificationBaseTest.php
src/Lunr/Flare/Tests/VerificationChecksTest.php Was src/Lunr/Core/Tests/VerificationChecksTest.php
src/Lunr/Flare/Tests/VerificationNullPointerTest.php Was src/Lunr/Core/Tests/VerificationNullPointerTest.php
src/Lunr/Flare/Tests/VerificationResultTest.php Was src/Lunr/Core/Tests/VerificationResultTest.php
src/Lunr/Flare/Tests/VerificationSetTest.php Was src/Lunr/Core/Tests/VerificationSetTest.php
src/Lunr/Flare/Tests/VerificationTest.php Was src/Lunr/Core/Tests/VerificationTest.php
tests/phpunit.xml
src/Lunr/Core/Verification.php
src/Lunr/Core/Tests/VerificationBaseTest.php
src/Lunr/Core/Tests/VerificationChecksTest.php
src/Lunr/Core/Tests/VerificationNullPointerTest.php
src/Lunr/Core/Tests/VerificationResultTest.php
src/Lunr/Core/Tests/VerificationSetTest.php
src/Lunr/Core/Tests/VerificationTest.php
tests/phpunit.xml
Loading...