Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discoverygarden/islandora_test_support
Provides helper functions for testing Islandora content.
https://github.com/discoverygarden/islandora_test_support
drupal drupal-module islandora library testing
Last synced: about 1 month ago
JSON representation
Provides helper functions for testing Islandora content.
- Host: GitHub
- URL: https://github.com/discoverygarden/islandora_test_support
- Owner: discoverygarden
- License: gpl-3.0
- Created: 2023-02-10T13:46:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T18:53:47.000Z (4 months ago)
- Last Synced: 2024-08-16T14:53:43.538Z (4 months ago)
- Topics: drupal, drupal-module, islandora, library, testing
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Islandora Test Support
WIP. Provides helper functions for writing tests with islandora content types.
Includes an abstract kernel test class that can be extended in tests and a content creation trait.## Capabilities include:
- [x] Create a content type and media type with a media of field reference.
- [x] Create a node.
- [x] Create a file.
- [x] Create a media which references an input node in media of field.
- [x] Create access tagged db queries for node, media and files.
- [x] Create an Islandora models taxonomy.
- [x] Create a field on Islandora content type that references the Islandora models taxonomy.
- [ ] Create a member of field
- [ ] Create node with member of field
- [ ] Create original file## Troubleshooting/Issues
Having problems or solved a problem? Contact
[discoverygarden](http://www.discoverygarden.ca/).## Maintainers/Sponsors
* [discoverygarden](http://www.discoverygarden.ca/)
## License
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt)