https://github.com/osu-wams/osu_groups
Drupal Module
https://github.com/osu-wams/osu_groups
drupal drupal-module
Last synced: 2 months ago
JSON representation
Drupal Module
- Host: GitHub
- URL: https://github.com/osu-wams/osu_groups
- Owner: osu-wams
- Created: 2021-03-17T23:38:36.000Z (about 5 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-08-07T23:29:20.000Z (8 months ago)
- Last Synced: 2025-08-08T01:14:35.067Z (8 months ago)
- Topics: drupal, drupal-module
- Language: PHP
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Running tests
* Launch the dev version of osu-wams/drupal container
* Exec into container
* Add modules that other tests require to run
```shell
composer require --dev drupal/search_api drupal/entity_browser
```
* Copy phphunit.xml
```shell
cp /var/www/html/phpunit.xml /var/www/html/docroot/core/
```
* Move into the Core directory
* To Run the Specific Test
```shell
phpunit -c . ../modules/custom/osu_groups/modules/osu_groups_basic_group/
```