Scaffold provider interface and test bootstrap

This commit is contained in:
Keith Solomon
2026-08-09 22:35:23 -05:00
parent 730893c1f0
commit 4a9f43c850
6 changed files with 2280 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true">
<testsuites>
<testsuite name="projects-portfolio">
<directory suffix=".php">tests</directory>
</testsuite>
</testsuites>
</phpunit>