Hello, as I said in the title I don't know if I should give an input or if I should create an instance of the class. I've done the tournament.php locally and it works fine.
I mean, all the prevoius exercises i have done were straightforward, the exercise itself gave me instructions or indications about the input and I only had to pay attention to the logic.
But in this case, I am not sure. Should I print from the constructor method (this is my solution right now), should I return the solution from other function?
To be more specific, all tests fail for the same reason "ArgumentCountError: Too few arguments to function Tournament::__construct(), 0 passed in /mnt/exercism-iteration/TournamentTest.php".
If I create an instance of the class and give a parameter, I only have problems in Test 1 when $input = "";
Thank you.