public static function S3Client::resetCalled in AmazonS3 7.2
2 calls to S3Client::resetCalled()
- S3ClientTest::testFactory in tests/
S3ClientTest.php - @covers Drupal\amazons3\S3Client::factory
- StreamWrapperTest::testSetS3ClientClass in tests/
StreamWrapperTest.php - Test that we can set a different S3 client class.
File
- tests/
Stub/ S3Client.php, line 21
Class
- S3Client
- Stub bootstrap functions.
Namespace
Drupal\amazons3Test\StubCode
public static function resetCalled() {
static::$factoryCalled = FALSE;
}