public static function GdprUserCollectedDataPageTest::getInfo in General Data Protection Regulation 7
File
- ./
gdpr.test, line 30 - Contains GDPR tests.
Class
- GdprUserCollectedDataPageTest
- Tests users' data collection pages.
Code
public static function getInfo() {
return [
'name' => 'Data collection pages',
'description' => 'Tests users\' data collection pages.',
'group' => 'GDPR',
];
}