Skip to content

Releases: metaclass-nl/fit-shelf

With unit test

16 Nov 16:28
Compare
Choose a tag to compare
With unit test Pre-release
Pre-release
  • 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

25 Sep 10:47
Compare
Choose a tag to compare
Pre-release
  • 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

30 Aug 10:28
Compare
Choose a tag to compare
composer enabled Pre-release
Pre-release
  • 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