No description
- PHP 86.1%
- Shell 9.9%
- Modelica 4%
| admin | ||
| assets | ||
| bin | ||
| classes/Rgou/WPMedia | ||
| docs | ||
| languages | ||
| public | ||
| Tests | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| composer.json | ||
| composer.lock | ||
| Explanation.md | ||
| index.php | ||
| LICENSE.txt | ||
| phpcs.xml.dist | ||
| phpunit.xml.dist | ||
| README.md | ||
| README.txt | ||
| rgou-wp-media.php | ||
| uninstall.php | ||
RGOU Sitemap
Homepage Crawler and Sitemap generator for WP-Media Technical Assessment
Description
Homepage Crawler and Sitemap generator for WP-Media Technical Assessment
Installation
cd wp-contents/plugins
wget https://github.com/rafaelgou/rgou-wp-media/archive/master.zip
unzip master.zip
mv rgou-wp-media-master/ rgou-wp-media
rm master.zip
Activate the plugin through the 'Plugins' menu in WordPress
Running tests and conding standard validation
composer install
bin/install-wp-tests.sh <DB_NAME> <DB_USER> <DB_PASSWORD> localhost latest
composer install-codestandards
To run tests:
- Unit:
composer test-unit - Integration:
composer test-integration - Both:
composer run-tests
To validate the code: composer phpcs.



