Changes between Version 7 and Version 8 of SetupDev


Ignore:
Timestamp:
2012-11-17T03:02:23Z (11 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupDev

    v7 v8  
     1[[PageOutline(0-7, Table of Contents, floated)]]
     2
    13So, you want to do some contribution for iPeer project. Just follow the following steps to make your own local development environment.
     4
     5== Setup ==
    26
    37=== For External Developers and Contributers ===
     
    6468Configure::write('debug', 2);
    6569}}}
     70
     71== Running Tests ==
     72In order to run tests, you will need [http://www.phing.info/ Phing] and [http://pecl.php.net/package/oauth OAuth] (required to run controller tests). You also need to set up a test database, named the same as your database in app/config/database.php with suffix "_test", e.g. ipeer_test.
     73
     74To run the tests, simply call the following commands at the root of the directory:
     75{{{
     76phing test
     77}}}