Example #1
0
 public function testGetAssets()
 {
     $modules = [$this->createMock(ExternalModule::class)];
     $this->module->getAssets($modules);
 }