public static function AWSSDKUIUnitTest::getInfo in AWS SDK for PHP 7.4
File
- ui/
awssdk_ui.test, line 10 - Provide tests.
Class
- AWSSDKUIUnitTest
- @file Provide tests.
Code
public static function getInfo() {
return array(
'name' => 'AWS SDK UI',
'description' => 'Ensure the UI settings match those provided by the SDK.',
'group' => 'AWS SDK',
);
}