Skip to content

Commit

Permalink
Refactor db cache store integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevor committed Nov 12, 2023
1 parent cf305f7 commit 32f7a5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 81 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress

- name: Execute tests
run: vendor/bin/phpunit tests/Integration/Database tests/Integration/Cache/Database
run: vendor/bin/phpunit tests/Integration/Database
env:
DB_CONNECTION: mysql
DB_USERNAME: root
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress

- name: Execute tests
run: vendor/bin/phpunit tests/Integration/Database tests/Integration/Cache/Database
run: vendor/bin/phpunit tests/Integration/Database
env:
DB_CONNECTION: mysql
DB_USERNAME: root
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress

- name: Execute tests
run: vendor/bin/phpunit tests/Integration/Database tests/Integration/Cache/Database
run: vendor/bin/phpunit tests/Integration/Database
env:
DB_CONNECTION: mysql
DB_USERNAME: root
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress

- name: Execute tests
run: vendor/bin/phpunit tests/Integration/Database tests/Integration/Cache/Database
run: vendor/bin/phpunit tests/Integration/Database
env:
DB_CONNECTION: pgsql
DB_PASSWORD: password
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress

- name: Execute tests
run: vendor/bin/phpunit tests/Integration/Database tests/Integration/Cache/Database
run: vendor/bin/phpunit tests/Integration/Database
env:
DB_CONNECTION: sqlsrv
DB_DATABASE: master
Expand Down
75 changes: 0 additions & 75 deletions tests/Integration/Cache/Database/SqliteCacheStoreTest.php

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Illuminate\Tests\Integration\Cache\Database;
namespace Illuminate\Tests\Integration\Database;

use Illuminate\Foundation\Testing\Concerns\InteractsWithCacheTable;
use Illuminate\Support\Facades\Cache;
Expand Down

0 comments on commit 32f7a5c

Please sign in to comment.