Spec 094: Assignment ops observability hardening #113

Merged
ahmido merged 7 commits from 094-assignment-ops-observability-hardening into dev 2026-02-15 14:08:15 +00:00
2 changed files with 4 additions and 6 deletions
Showing only changes of commit 1b43f1753e - Show all commits

View File

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

View File

@ -5,11 +5,8 @@
colors="true" colors="true"
> >
<testsuites> <testsuites>
<testsuite name="Unit"> <testsuite name="Pgsql">
<directory>tests/Unit</directory> <directory>tests/Feature/WorkspaceIsolation</directory>
</testsuite>
<testsuite name="Feature">
<directory>tests/Feature</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>