Unlock this challenge:
What does the ->markTestIncomplete() method do in a PHPUnit test?
->markTestIncomplete()
Marks the test as failed.
Indicates that the test is not yet implemented.
Stops the test suite execution.
Marks the test as skipped.