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.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?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.
|
||||
Reference in New Issue
Block a user