@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Tests\Michaelc\Voting; |
| 4 | 4 | |
| 5 | -use Michaelc\Voting\STV\Election; |
|
| 6 | -use Michaelc\Voting\STV\Candidate; |
|
| 7 | 5 | use Michaelc\Voting\STV\Ballot; |
| 6 | +use Michaelc\Voting\STV\Candidate; |
|
| 7 | +use Michaelc\Voting\STV\Election; |
|
| 8 | 8 | use Michaelc\Voting\STV\VoteHandler; |
| 9 | 9 | use Psr\Log\LoggerInterface as Logger; |
| 10 | 10 | |