Skip to content

Commit 1714cac

Browse files
author
farhadzand
committed
remove mongodb driver
1 parent 54186fc commit 1714cac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update && composer update --${{ matrix.stability }} --prefer-dist --no-interaction
7474

7575
- name: Run PHPUnit tests
76-
run: vendor/bin/phpunit --coverage-text
76+
run: vendor/bin/phpunit
7777

7878
- name: Run PHP Static Analysis
7979
if: ${{ matrix.stability == 'prefer-stable' }}

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you prefer to run tests manually within the package directory:
3232

3333
```bash
3434
# Run PHPUnit tests
35-
composer test
35+
vendor/bin/phpunit
3636

3737
# Run Laravel Pint code style check
3838
vendor/bin/pint --test

0 commit comments

Comments
 (0)