add tests for snapshots external to the tests directory

This commit is contained in:
Clément Birklé
2025-03-19 16:33:44 +01:00
parent 490f321a0d
commit e46d499384
5 changed files with 54 additions and 2 deletions

View File

@ -16,6 +16,7 @@
<testsuites>
<testsuite name="default">
<directory suffix=".php">./tests</directory>
<directory suffix=".php">./tests-external</directory>
<exclude>./tests/.snapshots</exclude>
<exclude>./tests/.tests</exclude>
<exclude>./tests/Fixtures/Inheritance</exclude>