Address Collection tests issues:
- Skip explicitly tests when database extension isn't available
- Harden delete / clean-up mechanics
Differential D4176
Improve tests for Collection engines Authored by dereckson on Fri, Aug 21, 04:02.
Details
Address Collection tests issues:
Run tests for Waystone\Workspaces\Tests\Engines\Collection\ namespace
Diff Detail
Event TimelineComment Actions Arc is still unable to parse correctly our tests suite. Local workstation $ phpunit workspaces/tests/Engines/Collection/ Switching to Composer phpunit: PHPUnit 13.3.1 by Sebastian Bergmann and contributors. Runtime: PHP 8.4.21 Configuration: /datacube/dereckson/dev/nasqueron/obsidian/phpunit.xml .......SSSSSSSS...... 21 / 21 (100%) Time: 00:00.015, Memory: 8.00 MB OK, but some tests were skipped! Tests: 21, Assertions: 124, Skipped: 8. Note on WindRiver we can still have: Comment Actions WindRiver $ phpunit workspaces/tests/Engines/Collection/ Switching to Composer phpunit: PHPUnit 12.5-dev by Sebastian Bergmann and contributors. Runtime: PHP 8.3.33 Configuration: /home/dereckson/dev/nasqueron/obsidian/obsidian/phpunit.xml .......SSSSSSSSSSSSSS 21 / 21 (100%) Time: 00:00.048, Memory: 16.00 MB OK, but some tests were skipped! Tests: 21, Assertions: 61, Skipped: 14. Comment Actions Content merged is actually D4177 diff, ie this diff + skip when SQLite3 extension is not available. |