When using the method names setUpFixturesBeforeClass(), setUpFixtures(), tearDownFixtures() and tearDownFixturesAfterClass() for fixture overloads with XTestCase, then visibility must be public to match the parent method signatures. The examples in the README file show protected visibility for setUpFixtures() and tearDownFixtures().
When using the method names
setUpFixturesBeforeClass(),setUpFixtures(),tearDownFixtures()andtearDownFixturesAfterClass()for fixture overloads withXTestCase, then visibility must bepublicto match the parent method signatures. The examples in the README file showprotectedvisibility forsetUpFixtures()andtearDownFixtures().