Skip to content

Commit c1a9009

Browse files
committedApr 14, 2024·
pipeline, added test, improved local dev - fix
1 parent f1380e7 commit c1a9009

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎.github/workflows/run-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
3535

3636
- name: Execute tests
37-
run: vendor/bin/phpunit
37+
run: vendor/bin/phpunit tests/

‎tests/Tests/VercelBlobPhp/ClientTest.php ‎tests/ClientTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use VercelBlobPhp\Exception\BlobException;
1515
use VercelBlobPhp\Exception\BlobNotFoundException;
1616
use VercelBlobPhp\Exception\BlobServiceNotAvailableException;
17-
use VercelBlobPhp\Exception\BlobServiceRateLimitedException;
1817
use VercelBlobPhp\Exception\BlobStoreNotFoundException;
1918
use VercelBlobPhp\Exception\BlobStoreSuspendedException;
2019
use VercelBlobPhp\Exception\BlobUnknownException;

0 commit comments

Comments
 (0)
Please sign in to comment.