You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this message below when I ran vendor/bin/phpunit "provider_testcase" privacy/tests/provider_test.php
1) provider_testcase::test_null_provider with data set "tinymce_tiny_mce_wiris" ('tinymce_tiny_mce_wiris', 'tinymce_tiny_mce_wiris\privac...ovider')
Expectation failed, debugging() was triggered.
Debugging: Invalid get_string() identifier: 'privacy:metadata' or component 'tinymce_tiny_mce_wiris'. Perhaps you are missing $string['privacy:metadata'] = ''; in /siteroot/lib/editor/tinymce/plugins/tiny_mce_wiris/lang/en/tinymce_tiny_mce_wiris.php?
* line 353 of /lib/classes/string_manager_standard.php: call to debugging()
* line 7410 of /lib/moodlelib.php: call to core_string_manager_standard->get_string()
* line 90 of /privacy/tests/provider_test.php: call to get_string()
* line 1154 of /vendor/phpunit/phpunit/src/Framework/TestCase.php: call to provider_testcase->test_null_provider()
* line 842 of /vendor/phpunit/phpunit/src/Framework/TestCase.php: call to PHPUnit\Framework\TestCase->runTest()
* line 80 of /lib/phpunit/classes/advanced_testcase.php: call to PHPUnit\Framework\TestCase->runBare()
* line 693 of /vendor/phpunit/phpunit/src/Framework/TestResult.php: call to advanced_testcase->runBare()
* line 796 of /vendor/phpunit/phpunit/src/Framework/TestCase.php: call to PHPUnit\Framework\TestResult->run()
* line 746 of /vendor/phpunit/phpunit/src/Framework/TestSuite.php: call to PHPUnit\Framework\TestCase->run()
* line 746 of /vendor/phpunit/phpunit/src/Framework/TestSuite.php: call to PHPUnit\Framework\TestSuite->run()
* line 652 of /vendor/phpunit/phpunit/src/TextUI/TestRunner.php: call to PHPUnit\Framework\TestSuite->run()
* line 206 of /vendor/phpunit/phpunit/src/TextUI/Command.php: call to PHPUnit\TextUI\TestRunner->doRun()
* line 162 of /vendor/phpunit/phpunit/src/TextUI/Command.php: call to PHPUnit\TextUI\Command->run()
* line 61 of /vendor/phpunit/phpunit/phpunit: call to PHPUnit\TextUI\Command::main()
Failed asserting that 1 matches expected 0.
/siteroot/lib/phpunit/classes/advanced_testcase.php:367
/siteroot/privacy/tests/provider_test.php:91
/siteroot/lib/phpunit/classes/advanced_testcase.php:80
To re-run:
vendor/bin/phpunit "provider_testcase" privacy/tests/provider_test.php
Will send PR soon.
The text was updated successfully, but these errors were encountered:
Got this message below when I ran
vendor/bin/phpunit "provider_testcase" privacy/tests/provider_test.php
Will send PR soon.
The text was updated successfully, but these errors were encountered: