public function __construct() { $filepath = dirname(__FILE__) . '/../../../../data/wine.csv'; parent::__construct($filepath, 13, true); }