Public Member Functions | |
testGetNote () | |
testDeleteNote () | |
testCreateNote () | |
testCreateNoteWithSpecificOwner () | |
testCreateNoteWithSpecificExplicitPermissions () | |
testUpdateNote () | |
testListNotes () | |
testListNoteAttributes () | |
testUnprivilegedUserViewUpdateDeleteNotes () | |
testBasicSearchNotes () | |
testDynamicSearchNotes () | |
testNewSearchNotes () | |
testGetNotesThatAreRelatedWithContactModel () | |
testCreateWithRelations () | |
testUpdateWithRelations () | |
testEditNoteWithIncompleteData () | |
testEditNoteWIthIncorrectDataType () | |
![]() | |
testLogin () | |
testLoginXml () | |
![]() | |
setUp () | |
![]() | |
setUp () | |
![]() | |
setup () | |
teardown () | |
Protected Member Functions | |
getApiControllerClassName () | |
getModuleBaseApiUrl () | |
![]() | |
login ($username= 'super', $password= 'super', $type= 'json') | |
loginXml ($username= 'super', $password= 'super') | |
getModuleBaseApiUrl () | |
getApiControllerClassName () | |
![]() | |
getApiControllerClassName () | |
getModuleBaseApiUrl () | |
getBaseApiUrl () | |
setupServerUrl () | |
isApiTestUrlConfigured () | |
getModelToApiDataUtilData (RedBeanModel $model) | |
createApiCallWithRelativeUrl ($relativeUrl, $method, $headers, $data=array()) | |
deleteAllModelsAndRecordsFromReadPermissionTable ($modelClassName) | |
![]() | |
endPrintOutputBufferAndFail () | |
![]() | |
assertWithinTolerance ($expected, $actual, $plusMinus) | |
assertWithinPercentage ($expected, $actual, $percentage) | |
isDebug () | |
Additional Inherited Members | |
![]() | |
static | setUpBeforeClass () |
![]() | |
static | setUpBeforeClass () |
static | tearDownAfterClass () |
![]() | |
static | setUpBeforeClass () |
static | tearDownAfterClass () |
static | resetAndPopulateFilesArrayByFilePathAndName ($arrayName, $filePath, $fileName) |
static | getDependentTestModelClassNames () |
static | getReflectedPropertyValue ($object, $propertyName) |
![]() | |
static | $activateDefaultLanguages = false |
![]() | |
static | $activateDefaultLanguages = false |
![]() | |
static | setRandomNonEveryoneNonAdministratorsGroup () |
![]() | |
static | startOutputBuffer () |
static | endAndGetOutputBuffer () |
![]() | |
static | getProtectedMethod ($className, $methodName) |
![]() | |
$serverUrl = '' | |
![]() | |
static | $createUsersAndGroups = true |
static | $randomNonEveryoneNonAdministratorsGroup = null |
![]() | |
static | $activitiesObserver |
static | $conversationsObserver |
static | $emailMessagesObserver |
static | $contactLatestActivityDateTimeObserver |
static | $accountLatestActivityDateTimeObserver |
static | $accountContactAffiliationObserver |
Test Note related API functions.
Definition at line 40 of file ApiRestNoteTest.php.
testDeleteNote | ( | ) |
testGetNote
Definition at line 73 of file ApiRestNoteTest.php.
testCreateNote | ( | ) |
testGetNote
Definition at line 100 of file ApiRestNoteTest.php.
testCreateNoteWithSpecificOwner | ( | ) |
testCreateNote
Definition at line 178 of file ApiRestNoteTest.php.
testCreateNoteWithSpecificExplicitPermissions | ( | ) |
testCreateNote
Definition at line 259 of file ApiRestNoteTest.php.
testUpdateNote | ( | ) |
testCreateNote
Definition at line 339 of file ApiRestNoteTest.php.
testListNotes | ( | ) |
testUpdateNote
Definition at line 386 of file ApiRestNoteTest.php.
testUnprivilegedUserViewUpdateDeleteNotes | ( | ) |
testListNotes
Definition at line 435 of file ApiRestNoteTest.php.
testBasicSearchNotes | ( | ) |
testUnprivilegedUserViewUpdateDeleteNotes
Definition at line 559 of file ApiRestNoteTest.php.
testDynamicSearchNotes | ( | ) |
testBasicSearchNotes
Definition at line 732 of file ApiRestNoteTest.php.
testGetNotesThatAreRelatedWithContactModel | ( | ) |
Test get notes that are related with particular contact(MANY_MANY relationship)
Definition at line 867 of file ApiRestNoteTest.php.
testUpdateWithRelations | ( | ) |
testCreateWithRelations
Definition at line 990 of file ApiRestNoteTest.php.