MantisBT: master b5d960ce

Author Committer Branch Timestamp Parent
dregad dregad master 2023-02-17 18:38 master b208de27
Changeset

getIssueToAdd() with default Summary

Until now, each test case needing to create an Issue passed its method
name (hardcodec) to getIssueToAdd() for it to generate a specific
Summary.

getIssueToAdd() now builds the Summary dynamically from the Class name
and the TestCase::getName() method, with an optional suffix and a
random number as before.

mod - tests/rest/RestBase.php Diff File
mod - tests/rest/RestIssueAddTest.php Diff File
mod - tests/soap/AttachmentTest.php Diff File
mod - tests/soap/CompressionTest.php Diff File
mod - tests/soap/FilterTest.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueHistoryTest.php Diff File
mod - tests/soap/IssueMonitorTest.php Diff File
mod - tests/soap/IssueNoteTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File
mod - tests/soap/MentionTest.php Diff File
mod - tests/soap/RelationshipTest.php Diff File
mod - tests/soap/SoapBase.php Diff File
mod - tests/soap/TagTest.php Diff File