Skip to content

Commit 69a98fa

Browse files
committed
fix .- skip tests in php 7.4
1 parent 15a2cfc commit 69a98fa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Original/524-align-double-arrow-match-traits.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
//passes: AlignDoubleArrow
3+
//version:8
34

45
class TestManyTraits
56
{

tests/Original/524-align-double-arrow-match-traits.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
//passes: AlignDoubleArrow
3+
//version:8
34

45
class TestManyTraits {
56
use T1, T2, T3, T3;

0 commit comments

Comments
 (0)