aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/ini_helper_test.rs
blob: f9ef3219b50fd6cc00cb42bc214d863a697ee46c (plain)
1
2
3
4
5
6
7
//! ref: composer/tests/Composer/Test/Util/IniHelperTest.php
//!
//! All four cases of this test feed IniHelper made-up ini paths through COMPOSER_ORIGINAL_INIS.
//! That variable exists so a process restarted without Xdebug can name the ini files it replaced;
//! nothing here restarts PHP, so IniHelper::get_all() reports the ini files the PHP worker loaded
//! and never reads it (see docs/dev/xdebug.md). With no way to feed the helper, none of the cases
//! are ported.