Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New structure "Quality Control" & "Assurance" #125

Open
wants to merge 7 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# IDEs
## PhpStorm
/.idea
Empty file added .nojekyll
Empty file.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
branches:
except:
- master
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
WordPress-Gear
==============

A bunch of gear for WP developers

[Visit the actual page](http://wpgear.org)
24 changes: 13 additions & 11 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,32 @@ Base Tools
- [Latest Stable](http://wordpress.org/download/) - wordpress.org
- [Nightly](http://wordpress.org/download/nightly/) - wordpress.org

##### Revision control (core) - These builds roll the latest commits.
`Revision control`

##### Core - These builds roll the latest commits.

- [SVN](http://core.svn.wordpress.org/) (Subversion)
- [Git](git://core.git.wordpress.org/) (Git)
- [GitHub](https://github.com/WordPress/WordPress) (Git)

##### Revision control (trunk) - These repos contain source code, tools, and tests.
##### Trunk - These repos contain source code, tools, and tests.

- [SVN](http://develop.svn.wordpress.org/trunk/) (Subversion)
- [Git](git://develop.git.wordpress.org/) (Git)

`Quality Control & Quality Assurance`

`Unit tests`

##### Unit Testing and profiling
##### Testing

- [Trac SVN](http://unit-tests.svn.wordpress.org/trunk/)
- [GitHub mirror](https://github.com/kurtpayne/wordpress-unit-tests)
- [WordPress Handbook](http://make.wordpress.org/core/handbook/automated-testing/) - Guide to automated testing
- [WP Mock](https://github.com/10up/wp_mock) - Unit tests using Mockery
- [Trac SVN](http://unit-tests.svn.wordpress.org/trunk/) - WordPress tests repository (SVN)
- [WordPress DEV GIT](https://github.com/inpsyde/wordpress-dev) - A fork of the official WordPress developer repository with composer support added.
- [WordPress Handbook](http://make.wordpress.org/core/handbook/automated-testing/) - Official guide to automated testing
- [WP Codeception](https://github.com/10up/wp-codeception) - WordPress integrates for Codeception a PHP testing framework
- [WP Mock](https://github.com/10up/wp_mock) - API mocking framework making it possible to properly unit test within WordPress.
- [Brain Monkey](https://github.com/Brain-WP/BrainMonkey) - Mocking utility for PHP functions and WordPress plugin API
- [Theme XML sample data](https://wpcom-themes.svn.automattic.com/demo/theme-unit-test-data.xml) - Official sample data
- [WP Test](http://wptest.io/) - Additional test/sample data
- [Brain Monkey](https://github.com/Brain-WP/BrainMonkey) - Mocking utility for PHP functions and WordPress plugin API
- [WP Codeception](https://github.com/10up/wp-codeception) - WordPress integrates for Codeception a PHP testing framework


`Command line fu`

Expand Down