Releases: metaclass-nl/fit-shelf
Releases · metaclass-nl/fit-shelf
With unit test
- renamed examples/tests to examples/input
- Added output of examples to the repository
- Added tests folder with phpunit.xml and bootstrap.php for testing with PHPUnit
- Addes tests/ExapleTest.php that compares the actual output of the examples with the output from the repository
- Added instructions for running unit tests to doc/ConfigManually.md
namespaced and autoloading
- uses name spaces and autoloading (for compatibility examples fixtures and TypeAdapters don't)
- folder structure reorganized for that purpose
- added PSR-0 classloader
- added examples/index.php
- removed support for phpPeanuts framework
- In tests shelf. prefix is no longer supported, but you can use fitshelf.
It will be mapped by PHPFIT to namespace fitshelf\
composer enabled
- made available on GitHub
- added composer.json
- adapted README.md to install and use with Composer from fit-skeleton,
extracting doc/ConfigManually.md - PHP version requirement increased to 5.1 because of PHPFIT requires it
- added script/run-cli.php for running from the command line
- adapted script/config_shelf.php to support run-cli.php
- added ChangeLog.md