manifest / unclassified / ponder-events-for-woocommerce
Ponder Events for WooCommerce GitLab
Sell tickets to events, conferences, and seminars with WooCommerce.
by Pondermatic · gitlab.com/pondermatic-llc/wordpress/ponder-events-for-woocommerce · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://gitlab.com/pondermatic-llc/wordpress/ponder-events-for-woocommerce/-/archive/main/ponder-events-for-woocommerce-main.zipDeclares an update source (https://wordpress.org/plugins/ponder-events-for-woocommerce/), so updates arrive through the plugin's own updater.
From the readme
Ponder Events for WooCommerce
PHPUnit
To set up for testing, execute composer test-install,
which does the following:
- creates a temporary directory
- downloads WordPress to the temporary directory
- downloads the WordPress PHPUnit tests library to the temporary directory
- creates a database that is used by the tests
- uses the following environment variables:
| Name | Default |
|------------------------|------------------------------------------|
| PEFWDBHOST | localhost |
| PEFWDBUSER | root |
| PEFWDBPASS | password |
| PEFWDBNAME | testponder-events-pro-for-woocommerce |
| PEFWDBDELETE | yes |
| PEFWSKIPDBCREATE | no |
| PEFWTESTDIR | ./tmp |
| PEFWWPVERSION | latest |