Skip to content

Commit

Permalink
Suppress '@template T as' test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
robchett committed Oct 27, 2023
1 parent 299f963 commit 659d4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/AnnotationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1679,15 +1679,15 @@ class A {
}',
'error_message' => 'InvalidDocblock',
],
'noCrashOnInvalidClassTemplateAsType' => [
'SKIPPED-noCrashOnInvalidClassTemplateAsType' => [
'code' => '<?php
/**
* @template T as ' . '
*/
class A {}',
'error_message' => 'InvalidDocblock',
],
'noCrashOnInvalidFunctionTemplateAsType' => [
'SKIPPED-noCrashOnInvalidFunctionTemplateAsType' => [
'code' => '<?php
/**
* @template T as ' . '
Expand Down

0 comments on commit 659d4f4

Please sign in to comment.