4 Commits

Author SHA1 Message Date
ea625c4664 Additional environment cleanup in test
Recently some tests kept failing on GitHub with a disk I/O errors on DB write.
This was happening in a specific test class with a loop doing quite a few DB write
operations in setUp(), causing the subsequent test to fail.
Removing the offending test just made the next one fail.

Adding additional setUpBeforeClass() in each setup gets rid of the problem.
2024-02-07 18:53:29 +01:00
ba7f5789bb No direct search execution 2024-02-06 10:03:36 +01:00
850ad33e34 tests should succeed again
Mostly replacements for PHPQuery were needed.
2023-04-05 11:58:00 +02:00
8fed17f342 clean up for the tests
This mostly corrects file and class names for PSR-2. Function names have
not been adjusted yet
2023-04-05 11:09:51 +02:00