diff options
author | Greg Aker <greg.aker@ellislab.com> | 2011-04-21 16:24:16 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2011-04-21 16:24:16 +0200 |
commit | 25a6690724751d1937a8adc867ca630830b2eb6f (patch) | |
tree | ee34955c080eb5086795b4aca752e2e5a4d74035 /tests/readme.txt | |
parent | 34bc0896ea283fefdba5213a67e6db6134b982b6 (diff) |
Updating requirements for unit tests in readme.txt
Diffstat (limited to 'tests/readme.txt')
-rw-r--r-- | tests/readme.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/readme.txt b/tests/readme.txt index 27871478b..b1e9b732f 100644 --- a/tests/readme.txt +++ b/tests/readme.txt @@ -19,6 +19,17 @@ format to facilitate clean api design. [see http://arrenbrecht.ch/testing/] *FIRST PUBLIC DRAFT: EVERYTHING IS SUBJECT TO CHANGE* +# Requirements + +1. PHP Unit + - pear channel-discover pear.phpunit.de + - pear install phpunit/PHPUnit + +2. vfsStream + - pear channel-discover pear.php-tools.net + - pear install pat/vfsStream-alpha + + # Test Suites: CodeIgniter bootstraps a request very directly, with very flat class |