You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Group integration tests with `->group('integration')`
165
167
- Use `TestHelper::safeDisconnect()` in `finally` blocks for integration tests
168
+
-**Code coverage must remain >= 99.5%.** Run `php -d pcov.enabled=1 ./vendor/bin/pest --coverage` and verify the total before submitting. Pull requests that drop coverage below this threshold will not be merged
Unit tests mock the OPC UA client via `PhpOpcua\Client\Testing\MockClient`. Integration tests connect to the [opcua-test-suite](https://github.com/php-opcua/opcua-test-suite) Docker containers.
468
+
469
+
---
470
+
447
471
## Related Packages
448
472
449
473
- php-opcua/opcua-client: pure PHP OPC UA client library — the foundation this CLI is built on
0 commit comments