| Línea 24... | 
            Línea 24... | 
          
          
            | 24 | 
             * @package     core_portfolio
  | 
            24 | 
             * @package     core_portfolio
  | 
          
          
            | 25 | 
             * @category    test
  | 
            25 | 
             * @category    test
  | 
          
          
            | 26 | 
             * @copyright   2018 Jake Dallimore <jrhdallimore@gmail.com>
  | 
            26 | 
             * @copyright   2018 Jake Dallimore <jrhdallimore@gmail.com>
  | 
          
          
            | 27 | 
             * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  | 
            27 | 
             * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  | 
          
          
            | 28 | 
             */
  | 
            28 | 
             */
  | 
          
          
            | 29 | 
            class legacy_polyfill_test extends \advanced_testcase {
  | 
            29 | 
            final class legacy_polyfill_test extends \advanced_testcase {
  | 
          
          
            | 30 | 
                /**
  | 
            30 | 
                /**
  | 
          
          
            | 31 | 
                 * Test that the core_portfolio\privacy\legacy_polyfill works and that the static _export_portfolio_user_data can be called.
  | 
            31 | 
                 * Test that the core_portfolio\privacy\legacy_polyfill works and that the static _export_portfolio_user_data can be called.
  | 
          
          
            | 32 | 
                 */
  | 
            32 | 
                 */
  | 
          
          
            | 33 | 
                public function test_export_portfolio_user_data(): void {
  | 
            33 | 
                public function test_export_portfolio_user_data(): void {
  | 
          
          
            | 34 | 
                    $userid = 476;
  | 
            34 | 
                    $userid = 476;
  |