This is a fork of Crafty.
Original sources are available on sourceforge.
For now, nothing has been specified nor fully tested.
- Translation of existing tests from SimpleTest to Atoum
- Creation of some functional tests using Nette Tester
- Using
Knt\Crafty
namespace instead ofCrafty_
prefixe - Addition of a default autoloader and a single entry point for the library:
Knt/Crafty/Crafty.php
- More functional tests
- Real unit tests
Wan't to take a look? Start at tests/functional/Crafty/00 - Basic Usage
;-).