/**
  * Load the TablePress_Evaluate class PHP file once for all tests.
  *
  * @since 1.5.0
  */
 public static function setUpBeforeClass()
 {
     TablePress_TestCase::setUpBeforeClass();
     require_once TABLEPRESS_ABSPATH . 'classes/class-evaluate.php';
 }
 /**
  * Load the EvalMath class PHP file once for all tests.
  *
  * @since 1.5.0
  */
 public static function setUpBeforeClass()
 {
     TablePress_TestCase::setUpBeforeClass();
     require_once TABLEPRESS_ABSPATH . 'libraries/evalmath.class.php';
 }