Skip to content

Commit 08172a2

Browse files
committed
Fix build
1 parent 40ae221 commit 08172a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@
155155
<arg path="tests/PHPStan/Rules/Classes/data/invalid-promoted-properties.php"/>
156156
<arg value="--exclude"/>
157157
<arg path="tests/PHPStan/Rules/Classes/data/duplicate-promoted-property.php"/>
158+
<arg value="--exclude"/>
159+
<arg path="tests/PHPStan/Rules/Properties/data/default-value-for-promoted-property.php"/>
158160
<arg path="src" />
159161
<arg path="tests" />
160162
<arg path="compiler/src" />

0 commit comments

Comments
 (0)