PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
257 stars 49 forks source link

[TASK] Move unittests into new location #153

Closed NeoBlack closed 9 years ago

NeoBlack commented 10 years ago

The following tests needs to be moved in a new location:

\Phile\EventTest.php => \Phile\Core\EventTest.php
\Phile\RegistryTest.php => \Phile\Core\RegistryTest.php
\Phile\ServiceLocatorTest.php => \Phile\Core\ServiceLocatorTest.php
\Phile\SessionTest.php => \Phile\Core\SessionTest.php
Schlaefer commented 9 years ago

closed in #249