Files
Keith Solomon a05baeb4f6 chore: track tests/Integration directory with placeholder
The phpunit.xml split into unit + integration testsuites requires the
integration directory to exist on disk, even when empty. The .gitkeep
keeps the directory present in fresh checkouts and on CI; the first real
integration test in a later task will replace the placeholder.
2026-07-06 17:24:41 -05:00

7 lines
167 B
Plaintext

<?php
declare(strict_types=1);
// Placeholder so PHPUnit's integration test suite has a directory to scan.
// The first real integration tests land in a later task.