8000 GitHub - Virtunus-API/Todo-Free: The Project Management plugin for WordPress
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Virtunus-API/Todo-Free

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Installation Guide

Navigate to the plugin directory and run the following commands

  1. git clone https://github.com/weDevsOfficial/wp-project-manager.git <plugin-name>
  2. cd <plugin-dir-name>
  3. wp scaffold plugin-tests <plugin-name> (wp-cli needs to be installed first)
  4. bash bin/install-wp-tests.sh wordpress_test <db-user-name> <db-password> <db-host> latest
  5. vendor/bin/phpunit.
  6. If there is a warning like Warning: require_once(/tmp/wordpress-tests-lib/includes/functions.php): failed to open stream:, run rm -rf /tmp/wordpress-tests-lib and follow the steps 4 to 5.
  7. If there is a warning like Warning: require_once(/tmp/wordpress//wp-includes/class-phpmailer.php): failed to open stream: No such file or directory in /tmp/wordpress-tests-lib/includes/mock-mailer.php, run rm -rf /tmp/wordpress and follow the steps 4 to 5.

Packages

No packages published

Languages

  • PHP 40.8%
  • Vue 33.4%
  • JavaScript 12.0%
  • CSS 11.8%
  • HTML 1.9%
  • Shell 0.1%
0