You are here

public static function AWSSDKUnitTest::getInfo in AWS SDK for PHP 7.5

Same name and namespace in other branches
  1. 7.4 awssdk.test \AWSSDKUnitTest::getInfo()

File

./awssdk.test, line 10
Provide tests.

Class

AWSSDKUnitTest
@file Provide tests.

Code

public static function getInfo() {
  return array(
    'name' => 'AWS SDK',
    'description' => 'Ensure that AWS SDK libraries integration and configuration work properly.',
    'group' => 'AWS SDK',
  );
}