Skip to content

Commit

Permalink
fix: make commande to remove phpspec adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinArtus committed Oct 27, 2023
1 parent dcfb86a commit 1ec7f29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ 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 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 1ec7f29

Please sign in to comment.