Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h2. Testing releases

...



For some of the classes there are phpunit tests available since version 1.2.0. Check out the /test folder and the Readme included with the test suite. This framework only covers a few of the many functions right now and is by no means complete

...

Manual testing

...

 (yet).
# Install PHPUnit using instructions on this [page|http://pear.phpunit.de/]
# cd to the phpcas/test/ directory
# Run the following command: phpunit {code}TestSuite.php{/code}


h3. Manual testing

Manual testing can be done with the supplied examples in docs/examples.
# copy the config.php.example to config.php
# modify the config.php to you setup
# Add the example dir to your php enabled webserver (ssl is needed for any proxy examples)
# click through the examples
# enjoy