setUp()
setUp()
Sets up the testing environment before each test.
Buoy users testing class.
We use PHPUnit's @ticket
annotation to refer to GitHub issues,
but still want to use WP_UnitTestCase
for its various factory
methods, so we subclass it and stub out the Trac-checking part. :)