public function OpignoScormUIUnitTest::testCMIDataIntegration in Opigno 7
File
- modules/
scorm/ ui/ tests/ OpignoScormUIUnitTest.test, line 20 - Define the unit tests for the Opigno SCORM UI module, like player integration or CMI data extraction.
Class
- OpignoScormUIUnitTest
- @file Define the unit tests for the Opigno SCORM UI module, like player integration or CMI data extraction.
Code
public function testCMIDataIntegration() {
$this
->fail('write some tests');
}