aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpunit.xml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-29 20:03:22 +0900
committernsfisis <nsfisis@gmail.com>2025-07-29 20:03:22 +0900
commita6889262c6f58124e4bed8e4f51024abc9a9e264 (patch)
treeef386a5b8b8bf0630378a7f8d9bf63f6ebed0036 /phpunit.xml
parentc50662e1e81289c44b4da4107944221328bb5f1c (diff)
downloadphp-waddiwasi-a6889262c6f58124e4bed8e4f51024abc9a9e264.tar.gz
php-waddiwasi-a6889262c6f58124e4bed8e4f51024abc9a9e264.tar.zst
php-waddiwasi-a6889262c6f58124e4bed8e4f51024abc9a9e264.zip
fix: Make AlignTest 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 2e62c6f..defe6df 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -18,6 +18,7 @@
</testsuite>
<testsuite name="default">
<file>tests/src/SpecTestsuites/Core/AddressTest.php</file>
+ <file>tests/src/SpecTestsuites/Core/AlignTest.php</file>
<file>tests/src/SpecTestsuites/Core/BinaryLeb128Test.php</file>
<file>tests/src/SpecTestsuites/Core/BinaryTest.php</file>
<file>tests/src/SpecTestsuites/Core/BlockTest.php</file>