Relationship Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0025961 | mantisbt | tools | public | 2019-08-04 18:52 | 2021-01-01 19:25 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.22.0 | Fixed in Version | 2.22.0 | ||
| Summary | 0025961: PHPUnit tests as run by Travis CI builds do not execute all defined suites | ||||
| Description | As of this writing, the build script is executing PHPUnit as follows The problem is that this command does not cover all defined test cases:
| ||||
| Tags | TravisCI | ||||
|
Missing History test: 0009936 MantisBT master 120257b5 added the require_once call for the class, but forgot to add the test suite. |
|
|
Missing REST tests 0022765 MantisBT master 91d8fafb did not add the test suite to the main AllTests.php suite. |
|
|
MantisBT: master 8001a6c5 2019-05-02 14:27 Details Diff |
Add REST tests to global AllTests suite Fixes 0025961 |
Affected Issues 0025961 |
|
| mod - tests/AllTests.php | Diff File | ||
|
MantisBT: master da2079ba 2019-08-04 15:47 Details Diff |
Add IssueHistoryTest to soap AllTests suite Fixes 0025961 |
Affected Issues 0025961 |
|
| mod - tests/soap/AllTests.php | Diff File | ||
related to
child of
duplicate of