LoginSignup
1
2

More than 5 years have passed since last update.

My CodeIgniter Set

Posted at

CodeIgniterとPHPUnitとBehatをまとめたものを作ってみました。

Content

Initial Setting

composer/composer.phar self-update
composer/composer.phar install -d composer

PHPUnit

  • Use phing

    ./composer/bin/phing phpunit

  • Use phpunit

    cd tests
    ../composer/bin/phpunit
    ../composer/bin/phpunit models/UserTest

Behat

  • Use phing

    ./composer/bin/phing behat

  • Use behat

    ./composer/bin/behat
    ./composer/bin/behat --tags users

CodeIgniter Sparks

Install Package

./tools/spark install -v1.0.0 example-spark
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2