Skip to content

Commit ceb9f23

Browse files
fix: make commande to remove phpspec adapter (#707)
* fix: make commande to remove phpspec adapter * Update Makefile Co-authored-by: Pierre PLAZANET <[email protected]> --------- Co-authored-by: Pierre PLAZANET <[email protected]>
1 parent dcfb86a commit ceb9f23

File tree

3 files changed

+5
-22
lines changed

3 files changed

+5
-22
lines changed

Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ docker.php-cs-fix: ## Run CS fixer
5353
# -------
5454
#
5555

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)
5757
rm spec/Gaufrette/Adapter/AsyncAwsS3Spec.php
5858
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
6061
rm spec/Gaufrette/Adapter/DoctrineDbalSpec.php
6162
rm spec/Gaufrette/Adapter/FlysystemSpec.php
62-
rm -r spec/Gaufrette/Adapter/AzureBlobStorage
63+
rm spec/Gaufrette/Adapter/GoogleCloudStorageSpec.php
6364
rm spec/Gaufrette/Adapter/GridFSSpec.php
6465
rm spec/Gaufrette/Adapter/PhpseclibSftpSpec.php
6566

spec/Gaufrette/Adapter/AzureBlobStorage.php spec/Gaufrette/Adapter/AzureBlobStorageSpec.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use WindowsAzure\Blob\Models\Blob;
88
use WindowsAzure\Common\ServiceException;
99

10-
class AzureBlobStorage extends ObjectBehavior
10+
class AzureBlobStorageSpec extends ObjectBehavior
1111
{
1212
/**
1313
* @param \Gaufrette\Adapter\AzureBlobStorage\BlobProxyFactoryInterface $blobProxyFactory

spec/Gaufrette/Adapter/ZipSpec.php

-18
This file was deleted.

0 commit comments

Comments
 (0)