Motivation
This task is to collect and add different test cases to test STV in the code.
Acceptance criteria
- Come up with test cases
- Add them to the the codebase to test STV
Presumably the edge cases come up as QA happens but at the very least, the STVTallierTest.php should exist and have a testSTVTally function that uses a dataProvider to ingest an array of votes and has an expected output detailing the tally results.