MantisBT: master d79c663b

Author Committer Branch Timestamp Parent
dregad dregad master 2023-08-09 13:07 master e6827c4a
Affected Issues  0032815: Error when executing the complete PHPUnit test suite with AllTests.php
Changeset

Fix error when executing PHPUnit AllTests.php

Argument 0000001 of PHPUnit\Framework\TestSuite::addTestSuite() must be a
class name or object

AllTests::suite() method called addTest() instead of addTestSuite()
to include the 3 tests suites.

Fixes 0032815

mod - tests/AllTests.php Diff File