File tree 3 files changed +5
-22
lines changed
3 files changed +5
-22
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,14 @@ docker.php-cs-fix: ## Run CS fixer
53
53
# -------
54
54
#
55
55
56
- remove-phpspec : # # Remove adapter specs (allows you to run test suite without adapters deps)
56
+ remove-phpspec : # # Remove adapter specs (allows you to run test suite without adapters that needs deps)
57
57
rm spec/Gaufrette/Adapter/AsyncAwsS3Spec.php
58
58
rm spec/Gaufrette/Adapter/AwsS3Spec.php
59
- rm spec/Gaufrette/Adapter/GoogleCloudStorageSpec.php
59
+ rm spec/Gaufrette/Adapter/AzureBlobStorageSpec.php
60
+ rm -r spec/Gaufrette/Adapter/AzureBlobStorage
60
61
rm spec/Gaufrette/Adapter/DoctrineDbalSpec.php
61
62
rm spec/Gaufrette/Adapter/FlysystemSpec.php
62
- rm -r spec/Gaufrette/Adapter/AzureBlobStorage
63
+ rm spec/Gaufrette/Adapter/GoogleCloudStorageSpec.php
63
64
rm spec/Gaufrette/Adapter/GridFSSpec.php
64
65
rm spec/Gaufrette/Adapter/PhpseclibSftpSpec.php
65
66
Original file line number Diff line number Diff line change 7
7
use WindowsAzure \Blob \Models \Blob ;
8
8
use WindowsAzure \Common \ServiceException ;
9
9
10
- class AzureBlobStorage extends ObjectBehavior
10
+ class AzureBlobStorageSpec extends ObjectBehavior
11
11
{
12
12
/**
13
13
* @param \Gaufrette\Adapter\AzureBlobStorage\BlobProxyFactoryInterface $blobProxyFactory
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments