We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a0479 commit 358dc28Copy full SHA for 358dc28
.github/workflows/ci.yml
@@ -55,8 +55,8 @@ jobs:
55
- name: Run Array Callable Tests (v1.2.0)
56
run: |
57
echo "🧪 Running Array Callable specific tests..."
58
- vendor/bin/phpunit tests/Unit/Routing/ArrayCallableTest.php --verbose
59
- vendor/bin/phpunit tests/Integration/Routing/ArrayCallableIntegrationTest.php --verbose
+ vendor/bin/phpunit tests/Unit/Routing/ArrayCallableTest.php --testdox
+ vendor/bin/phpunit tests/Integration/Routing/ArrayCallableIntegrationTest.php --testdox
60
61
- name: Run Performance Benchmarks (v1.2.0)
62
0 commit comments