Unlock this challenge:
Why did we put our class into a Unit directory inside of tests/?
Unit
tests/
This is a convention for organizing your unit tests, but functionally, it's meaningless.
Because we're writing a unit test, this is a requirement so that PHPUnit executes it as a unit test.