Skip to content

Commit

Permalink
Fix CI (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Feb 13, 2022
1 parent 8e20e24 commit 8e766ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Expand Up @@ -33,6 +33,7 @@
unset($rules['get_class_to_class_keyword']); // TODO: remove when dropping support to PHP <8.0
unset($rules['modernize_strpos']); // TODO: remove when dropping support to PHP <8.0
unset($rules['use_arrow_functions']); // TODO: remove when dropping support to PHP <7.4
unset($rules[PhpCsFixerCustomFixers\Fixer\PhpdocOnlyAllowedAnnotationsFixer::name()]); // TODO: remove after new php-cs-fixer-config release
unset($rules[PhpCsFixerCustomFixers\Fixer\PromotedConstructorPropertyFixer::name()]); // TODO: remove when dropping support to PHP <8.0
$rules['trailing_comma_in_multiline'] = true; // TODO: remove when dropping support to PHP <8.0

Expand Down
3 changes: 3 additions & 0 deletions tests/AutoReview/InfectionConfigTest.php
Expand Up @@ -21,6 +21,9 @@
*/
final class InfectionConfigTest extends TestCase
{
/**
* @runInSeparateProcess
*/
public function testConfigIsUpToDate(): void
{
if (\file_exists(__DIR__ . '/../../.dev-tools/vendor/autoload.php')) {
Expand Down

0 comments on commit 8e766ba

Please sign in to comment.