``` grep -L "parent::setUp()" $(grep -l "function setUp()" -r tests) grep -L "parent::tearDown()" $(grep -l "function tearDown()" -r tests) ```