Unit Testing #21
Labels
No labels
bug
confirmed
critical
database
discussion
documentation
email-support
enhancement
feature
suggestion
support
warlock
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-mvc-old#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to implement some sort of unit testing scheme, probably based on PHPUnit.
Zend reference: http://framework.zend.com/manual/2.1/en/modules/zend.test.phpunit.html
Test scripts should go in to a
/test
directory. We can then execute ahazaar test project
command to execute the unit test with full logging.As of
3b2614f7c
we have some basic unit testing under way. There is only one test, but it's a start for testing the continuous integration service we have set up in GitLab.Tests can be run manually by executing PHPUnit directly with:
This is working well and integrated with the GitLab CI server. Pushes to master will cause the unit testing to execute automatically.
mentioned in commit
3b2614f7cc
Removed ~9 label
Status changed to closed