Quick fix to release tag & added a todo to testing docs

This commit is contained in:
BRMatt 2010-07-18 22:53:51 +01:00
parent b1e51f3564
commit 214843eb18
2 changed files with 7 additions and 1 deletions

View file

@ -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
---

View file

@ -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"