Skip to content

Commit

Permalink
Fixed updated filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
leth authored and BRMatt committed Jun 11, 2010
1 parent e4eb319 commit 249746d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ to read:

Step 3: Create a folder called phpunit in your app's cache dir (APPPATH/cache). If you don't want to use this path for storing generated reports then skip this step and change the config file (see Step 3.5)

Step 3.5: Make sure the settings in config/phpunit.php are correct for your enviroment.
Step 3.5: Make sure the settings in config/unittest.php are correct for your enviroment.

If they aren't, then copy the file to application/config/phpunit.php and change the values accordingly
If they aren't, then copy the file to application/config/unittest.php and change the values accordingly

Step 4: Start testing!

You can find more info && tutorials in the guide/ directory
You can find more info && tutorials in the guide/ directory

0 comments on commit 249746d

Please sign in to comment.