mignonstyle / ms-widget-customize-refresh

The JavaScript test code for the live preview, do not use the auto-reload of the original widget of WordPress.
0 stars 0 forks source link

Implement the test | PHPUnit #23

Open mignonstyle opened 8 years ago

mignonstyle commented 8 years ago

PHPUnit

  1. Installing PHPUnit https://phpunit.de/manual/current/ja/installation.html

    1-1. wgetコマンドをインストール(PHPUnitのインストールで使用するため)

    ・Mac OS X - wgetコマンドをインストール(使えるようにする) http://webkaru.net/dev/mac-wget-command-install/

    1-2. PHP5.6をインストール ・[Sy] Mac(El Capitan)にPHP5.6とかPHP7をインストールして使えるようにする手順 https://utano.jp/entry/2016/07/mac-homebrew-php-fpm-56-installation/

    → php -vでエラーが出た場合はインストールし直す brew reinstall --build-from-source php56-intl https://github.com/Homebrew/homebrew-php/issues/2544

  2. Writing Tests for PHPUnit https://phpunit.de/manual/current/ja/writing-tests-for-phpunit.html

    2-1. PHPUnitのテストコードを試してみる

    ・PHPUnit入門の入門 https://simple-it-life.com/2016/02/25/phpunit/

    ・PHPUnit3で始めるユニットテスト http://gihyo.jp/dev/feature/01/php-test/0001?page=1

    ・8時間耐久PHPUnitの教室 http://www.slideshare.net/yandod/8phpunit

  3. WordPressのテーマやプラグインにTravis CIを導入する ・WordPressのテーマをTravis CIでビルドする。 https://firegoby.jp/archives/6396

    ・WordPressプラグインの開発にTravis CIを導入しよう! https://firegoby.jp/archives/5909

    ・WordCamp Kansai 2015 CI ハンズオン http://www.slideshare.net/inc2734/word-campkansai2015-ci

mignonstyle commented 8 years ago

メモ書きをGistに移しました @mignonstyle / Method of Travis CI and Unit Test https://gist.github.com/mignonstyle/37a9ea9ddc088a33ffde56c4e991d2ac