Open mignonstyle opened 8 years ago
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
brew reinstall --build-from-source php56-intl
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
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
メモ書きをGistに移しました @mignonstyle / Method of Travis CI and Unit Test https://gist.github.com/mignonstyle/37a9ea9ddc088a33ffde56c4e991d2ac
PHPUnit
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/2544Writing 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
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