Commit 913d3084528 for php.net
commit 913d3084528c1b2e6cfe9a9c6d9cfe334d78af63
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date: Fri Dec 26 15:43:15 2025 +0100
[ci skip] Remove useless test
diff --git a/ext/ffi/tests/001.phpt b/ext/ffi/tests/001.phpt
deleted file mode 100644
index 3196498aba0..00000000000
--- a/ext/ffi/tests/001.phpt
+++ /dev/null
@@ -1,12 +0,0 @@
---TEST--
-FFI 001: Check if FFI is loaded
---EXTENSIONS--
-ffi
---INI--
-ffi.enable=1
---FILE--
-<?php
-echo 'The extension "FFI" is available';
-?>
---EXPECT--
-The extension "FFI" is available