Skip to content

Commit

Permalink
qa: re-enable skipped test for class constant assertions
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Nov 15, 2021
1 parent 765bf93 commit dac82e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AssertAnnotationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ function test($a, $b): string {
return substr($a, 0, 1) . substr($b, 0, 1);
}'
],
'SKIPPED-convertConstStringType' => [
'convertConstStringType' => [
'<?php
class A {
const T1 = 1;
Expand Down

0 comments on commit dac82e9

Please sign in to comment.