| [ Index ] |
PHP Cross Reference of YOURLS |
| Up one level | ||
| boot.php [source] [64 lines] | Boot YOURLS the way the test suite needs it. Used by tests/bootstrap.php (which installs the DB and runs unit tests) and by tests/data/scripts/run-scenario.php (which runs tests in a NEW process, to allow testing specific scenarios with constants). | |
| install.php [source] [65 lines] | ||
| new-process.php [source] [48 lines] | Helper to run YOURLS in a fresh PHP process from within a test. Use this when what's being tested can only happen once per process: a constant being defined (or not), a file being loaded with require_once, a bootstrap step behaving differently depending on a config constant. | |
| utils.php [source] [142 lines] | Helper functions & classes for the YOURLS Unit Tests suite |
| Generated: Mon Aug 10 05:11:16 2026 | Cross-referenced by PHPXref 0.7.1 |