diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..593f712 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# IDEs +## PhpStorm +/.idea \ No newline at end of file diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3596761 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +branches: + except: + - master \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..bae90d0 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +WordPress-Gear +============== + +A bunch of gear for WP developers + +[Visit the actual page](http://wpgear.org) \ No newline at end of file diff --git a/index.md b/index.md index cfff774..7b93c82 100644 --- a/index.md +++ b/index.md @@ -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`