setUp() public method

SetUp called before each tests, setting up the environment (application, globally used mocks)
public setUp ( )
 public function setUp()
 {
     parent::setUp();
     $this->registerPredisClient();
 }