|
Open Monograph Press
3.3.0
|
Protected Member Functions | |
| _getSubmissionElementName () | |
| _handleStep1 ($data) | |
| _handleStep3 ($data) | |
| addToCatalog () | |
| createSubmission ($data, $location='frontend') | |
| sendToReview ($type='External', $from='Submission') | |
Base class for content-based tests.
Definition at line 23 of file ContentBaseTestCase.inc.php.
|
protected |
Get the submission element's name
Definition at line 139 of file ContentBaseTestCase.inc.php.
|
protected |
Handle any section information on submission step 1
Definition at line 62 of file ContentBaseTestCase.inc.php.
References fatalError().
|
protected |
Handle any section information on submission step 3
Definition at line 86 of file ContentBaseTestCase.inc.php.
|
protected |
Add publication to catalog
Definition at line 172 of file ContentBaseTestCase.inc.php.
|
protected |
Create a submission with the supplied data.
| $data | array Associative array of submission information |
| $location | string Whether or not the submission wll be created from the frontend or backend |
Definition at line 30 of file ContentBaseTestCase.inc.php.
|
protected |
Send to review.
| $type | string "External" or "Internal"; type of review. |
| $from | string "Internal" or "Submission" (for external reviews) |
Definition at line 148 of file ContentBaseTestCase.inc.php.