You are here

class CloudFrontClientTest in AmazonS3 7.2

@class CloudFrontClientTest @package Drupal\amazons3Test

Hierarchy

  • class \Drupal\amazons3Test\CloudFrontClientTest extends \Drupal\amazons3Test\PHPUnit_Framework_TestCase

Expanded class hierarchy of CloudFrontClientTest

File

tests/CloudFrontClientTest.php, line 11

Namespace

Drupal\amazons3Test
View source
class CloudFrontClientTest extends \PHPUnit_Framework_TestCase {

  /**
   * @covers Drupal\amazons3\CloudFrontClient::factory
   */
  public function testFactory() {
    $cf = CloudFrontClient::factory();
    $this
      ->assertInstanceOf('Aws\\CloudFront\\CloudFrontClient', $cf);
  }

}

Members