Skip to content

Commit a9a6c4f

Browse files
committed
testing
1 parent 0be08f7 commit a9a6c4f

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/phpunit.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,6 @@ jobs:
131131
--health-retries=5
132132
133133
steps:
134-
- name: Free Disk Space (Ubuntu)
135-
uses: jlumbroso/free-disk-space@main
136-
with:
137-
# this might remove tools that are actually needed,
138-
# if set to "true" but frees about 6 GB
139-
tool-cache: false
140-
141-
# all of these default to true, but feel free to set to
142-
# "false" if necessary for your workflow
143-
android: true
144-
dotnet: true
145-
haskell: true
146-
large-packages: false
147-
docker-images: true
148-
swap-storage: true
149-
150134
- name: Create database for MSSQL Server
151135
if: matrix.db-platforms == 'SQLSRV'
152136
run: sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q "CREATE DATABASE test"

tests/PredisHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* the LICENSE file that was distributed with this source code.
1212
*/
1313

14-
namespace ThirdParty\queue\tests;
14+
namespace Tests;
1515

1616
use CodeIgniter\I18n\Time;
1717
use CodeIgniter\Queue\Entities\QueueJob;

0 commit comments

Comments
 (0)