Public Member Functions | |
testGetNote () | |
testDeleteNote () | |
testCreateNote () | |
testCreateNoteWithSpecificOwner () | |
testCreateNoteWithSpecificExplicitPermissions () | |
testUpdateNote () | |
testListNotes () | |
testListNoteAttributes () | |
testUnprivilegedUserViewUpdateDeleteNotes () | |
testBasicSearchNotes () | |
testDynamicSearchNotes () | |
testNewSearchNotes () | |
testGetNotesThatAreRelatedWithContactModel () | |
testCreateWithRelations () | |
testUpdateWithRelations () | |
testEditNoteWithIncompleteData () | |
testEditNoteWIthIncorrectDataType () | |
Protected Member Functions | |
getApiControllerClassName () | |
getModuleBaseApiUrl () |
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 564 of file ApiRestNoteTest.php.
testDynamicSearchNotes | ( | ) |
testBasicSearchNotes
Definition at line 737 of file ApiRestNoteTest.php.
testGetNotesThatAreRelatedWithContactModel | ( | ) |
Test get notes that are related with particular contact(MANY_MANY relationship)
Definition at line 872 of file ApiRestNoteTest.php.
testUpdateWithRelations | ( | ) |
testCreateWithRelations
Definition at line 995 of file ApiRestNoteTest.php.