Skip to content

Commit

Permalink
Fix branch information.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 7, 2011
1 parent 5b9542b commit b2e31b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ The following commands can be used to check out the appropriate branches for PHP

The following commands can be used to check out the appropriate branches for PHPUnit 3.6:

cd phpunit && git co 3.5 && cd ..
cd dbunit && git co 1.0 && cd ..
cd php-file-iterator && git co 1.2 && cd ..
cd php-code-coverage && git co 1.0 && cd ..
cd php-token-stream && git co 1.0 && cd ..
cd phpunit-mock-objects && git co 1.0 && cd ..
cd phpunit-selenium && git co 1.0 && cd ..
cd phpunit && git co master && cd ..
cd dbunit && git co master && cd ..
cd php-file-iterator && git co master && cd ..
cd php-code-coverage && git co master && cd ..
cd php-token-stream && git co master && cd ..
cd phpunit-mock-objects && git co master && cd ..
cd phpunit-selenium && git co master && cd ..

0 comments on commit b2e31b3

Please sign in to comment.