aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpunit.xml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-29 21:41:04 +0900
committernsfisis <nsfisis@gmail.com>2025-07-29 21:41:04 +0900
commit61abb42948d1c3f3ba9d2dfeeac2ac7645e256af (patch)
tree84edc439484d2d004e582761295d7d8b1d84dd11 /phpunit.xml
parent62d559bf2861c8de919e9a7659aa244f77ac2f1b (diff)
downloadphp-waddiwasi-61abb42948d1c3f3ba9d2dfeeac2ac7645e256af.tar.gz
php-waddiwasi-61abb42948d1c3f3ba9d2dfeeac2ac7645e256af.tar.zst
php-waddiwasi-61abb42948d1c3f3ba9d2dfeeac2ac7645e256af.zip
fix: Make ImportsTest pass
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
index bc472e4..c425b3c 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -52,6 +52,7 @@
<file>tests/src/SpecTestsuites/Core/I32Test.php</file>
<file>tests/src/SpecTestsuites/Core/I64Test.php</file>
<file>tests/src/SpecTestsuites/Core/IfTest.php</file>
+ <file>tests/src/SpecTestsuites/Core/ImportsTest.php</file>
<file>tests/src/SpecTestsuites/Core/InlineModuleTest.php</file>
<file>tests/src/SpecTestsuites/Core/IntExprsTest.php</file>
<file>tests/src/SpecTestsuites/Core/IntLiteralsTest.php</file>