./vendor/bin/phpunit --configuration ./web/core --group bc_api --color --verbose --debug [FILE]
If you have a full instal and after enabling the simpletest module: (Login seems to have a bug for some reason...) [Be careful of deprecations!!]
php web/core/scripts/run-tests.sh --url [LOCAL SITE URL] --module bc_api_base --verbose --color
- Working on D10 compatibility
- Added Drupal 10 Compatability
- Code Style changes
- Fixed Deprecated drupal_set_message() func
- Update readme
- Fix OnException Backwards compatibility with Drupal 8
- Update Drupal module versions appropriatly
- Prepare for Drupal 9 compatability
- Tweak Cinder Allowed Tags
- Updates for COmposer V2