public static function S3Client::isFactoryCalled in AmazonS3 7.2
Return value
boolean
1 call to S3Client::isFactoryCalled()
- StreamWrapperTest::testSetS3ClientClass in tests/
StreamWrapperTest.php - Test that we can set a different S3 client class.
File
- tests/
Stub/ S3Client.php, line 28
Class
- S3Client
- Stub bootstrap functions.
Namespace
Drupal\amazons3Test\StubCode
public static function isFactoryCalled() {
return static::$factoryCalled;
}