Skip to content

Commit

Permalink
fix: make commande to remove phpspec adapter (#707)
Browse files Browse the repository at this point in the history
* fix: make commande to remove phpspec adapter

* Update Makefile

Co-authored-by: Pierre PLAZANET <[email protected]>

---------

Co-authored-by: Pierre PLAZANET <[email protected]>
  • Loading branch information
KevinArtus and PedroTroller authored Dec 7, 2023
1 parent dcfb86a commit ceb9f23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ docker.php-cs-fix: ## Run CS fixer
# -------
#

remove-phpspec: ## Remove adapter specs (allows you to run test suite without adapters deps)
remove-phpspec: ## Remove adapter specs (allows you to run test suite without adapters that needs deps)
rm spec/Gaufrette/Adapter/AsyncAwsS3Spec.php
rm spec/Gaufrette/Adapter/AwsS3Spec.php
rm spec/Gaufrette/Adapter/GoogleCloudStorageSpec.php
rm spec/Gaufrette/Adapter/AzureBlobStorageSpec.php
rm -r spec/Gaufrette/Adapter/AzureBlobStorage
rm spec/Gaufrette/Adapter/DoctrineDbalSpec.php
rm spec/Gaufrette/Adapter/FlysystemSpec.php
rm -r spec/Gaufrette/Adapter/AzureBlobStorage
rm spec/Gaufrette/Adapter/GoogleCloudStorageSpec.php
rm spec/Gaufrette/Adapter/GridFSSpec.php
rm spec/Gaufrette/Adapter/PhpseclibSftpSpec.php

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use WindowsAzure\Blob\Models\Blob;
use WindowsAzure\Common\ServiceException;

class AzureBlobStorage extends ObjectBehavior
class AzureBlobStorageSpec extends ObjectBehavior
{
/**
* @param \Gaufrette\Adapter\AzureBlobStorage\BlobProxyFactoryInterface $blobProxyFactory
Expand Down
18 changes: 0 additions & 18 deletions spec/Gaufrette/Adapter/ZipSpec.php

This file was deleted.

0 comments on commit ceb9f23

Please sign in to comment.