Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Dec 1, 2024
1 parent b4b319a commit 8251848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
php-version: ['8.1', '8.2', '8.3']
steps:
- name: 'Checkout code'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Install PHP with extensions'
uses: shivammathur/[email protected]
Expand All @@ -38,6 +38,4 @@ jobs:
composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable
vendor/bin/simple-phpunit install
- name: 'Run tests'
env:
SYMFONY_DEPRECATIONS_HELPER: 'max[indirect]=10&max[total]=27'
run: vendor/bin/simple-phpunit -v
run: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion tests/DependencyInjection/ConfigurationLoadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function testSupportsAllConfigFormats($path)
$this->assertProcessedConfigurationEquals($expectedConfiguration, [__DIR__.'/../Fixtures/'.$path]);
}

public function getSupportsAllConfigFormatsData()
public static function getSupportsAllConfigFormatsData(): array
{
return [
'yml' => ['config/config.yml'],
Expand Down

0 comments on commit 8251848

Please sign in to comment.