diff --git a/TESTING.md b/TESTING.md index 019104e..ffb17e6 100644 --- a/TESTING.md +++ b/TESTING.md @@ -22,6 +22,12 @@ By default code coverage is not calculated, if you want to collect it then you n run phpunit with the config in `code_coverage.xml`. Once the tests have finished running open `code_coverage/index.html` in your browser. +Things to Test (TODO) +--- + +* Need extra tests for Validate to make sure filters(), rules(), callbacks() will convert the field name to a label if a label + does not exist + Known failing tests --- diff --git a/release-tag b/release-tag index 8d65dd4..d01bf24 100755 --- a/release-tag +++ b/release-tag @@ -3,7 +3,7 @@ # It expects a valid git tag as the first parameter DEPLOY_DIR="kohana_release" -TESTING_FILES="application/test_bootstrap.php phpunit.xml code_coverage.xml phpunitcc TESTING.md" +TESTING_FILES="application/test_bootstrap.php phpunit.xml code_coverage.xml phpunitcc TESTING.md release-tag" KOHANA_REPO="git://github.com/kohana/kohana" USAGE="\nUsage: $0 {git-tag} \nWhere {git-tag} is a valid tag in the git repository"