Test Runner - Downloading + Installing
Releases
0.6 Tarball (Jul 30, '08)
Get The Latest
Note: This code has been known to change and has been known to be unstable for periods of time. Use at your own risk!
Subversion
svn co http://svn.blerby.com/project/TestRunner
Installing
- Either use svn or extract btr-x.x.tar.gz into a web accessible directory.
- The test runner contains two parts: the web 'front' and the library. One of the following must occur for the test runner to work!
Setup your php.ini's include_path to reflect the Blerby Test Runner library directory (path/to/btr/library/)
- OR -
Edit your front/config/config.xml and under config/includePaths add a <path> that points to the test runner's library directory
- On a *nix machine, it is important that you give apache write access to front/cache
- You *MUST* have your php binary available in one of the directories specified by your PATH environment variable.
Related
Core Configuration - Starting point for core configuration attributes