Skip to content

Commit d376454

Browse files
committed
Add support of php 8.4 to cloud-patches
1 parent af7203e commit d376454

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/unit/phpunit.xml.dist

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@
1111
<directory suffix="Test.php">../../src/Test/Unit</directory>
1212
</testsuite>
1313
</testsuites>
14-
<filter>
15-
<include>
16-
<directory suffix=".php">../../src</directory>
17-
</include>
18-
<exclude>
19-
<directory>../../src/Test</directory>
20-
</exclude>
21-
</filter>
22-
14+
2315
<php>
2416
<ini name="date.timezone" value="UTC"/>
2517
</php>

0 commit comments

Comments
 (0)