diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-21 00:51:34 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-21 00:51:34 +0900 |
| commit | 7bea9042a79d3cbfe31cc2595e8b8c6a3788ba15 (patch) | |
| tree | 3ed5b522c21f8fd80249f02751e46264537620f7 /crates/shirabe/tests/util/main.rs | |
| parent | a01e3a45d1b183ee7fe9ca45543b0663d5995faa (diff) | |
| download | php-shirabe-7bea9042a79d3cbfe31cc2595e8b8c6a3788ba15.tar.gz php-shirabe-7bea9042a79d3cbfe31cc2595e8b8c6a3788ba15.tar.zst php-shirabe-7bea9042a79d3cbfe31cc2595e8b8c6a3788ba15.zip | |
test: port small leaf tests (config, filters, platform, formatter)
Port DefaultConfigTest, IgnoreAll/IgnoreNothingPlatformRequirementFilterTest,
PlatformTest, GitExcludeFilterTest, and HtmlOutputFormatterTest. Each PHP
Test/<Subdir>/ maps to a single integration-test binary via tests/<dir>/main.rs
(the target is named after the directory) whose #[test] functions are collected
from the module tree.
Tests that exercise unported library behavior (regex backreferences,
Preg::split, env expansion) are marked #[ignore].
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/util/main.rs')
| -rw-r--r-- | crates/shirabe/tests/util/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/util/main.rs b/crates/shirabe/tests/util/main.rs new file mode 100644 index 0000000..1ce0dd7 --- /dev/null +++ b/crates/shirabe/tests/util/main.rs @@ -0,0 +1 @@ +mod platform_test; |
