/**
  * Initiate testing
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->db = $this->getConnection();
     parent::createCustomersRangeTable();
 }