Compare commits

..

No commits in common. "c92df337a9bacc84c6e5857f4f7b3392da2eadc1" and "72eb582613db91b934b2bc97bd89cf16fd45f565" have entirely different histories.

2 changed files with 6 additions and 4 deletions

View File

@ -56,7 +56,6 @@
"@php artisan test"
],
"test:pgsql": [
"Composer\\Config::disableProcessTimeout",
"@php vendor/bin/pest -c phpunit.pgsql.xml"
],
"post-autoload-dump": [

View File

@ -5,9 +5,12 @@
colors="true"
>
<testsuites>
<testsuite name="Pgsql">
<file>tests/Feature/WorkspaceIsolation/WorkspaceIdForeignKeyConstraintTest.php</file>
</testsuite>
<testsuite name="Unit">
<directory>tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory>tests/Feature</directory>
</testsuite>
</testsuites>
<source>