Skip to content

Commit

Permalink
Adds README files to tests/ and examples/.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Safley committed Jan 6, 2011
1 parent d0346e9 commit 0c71a6c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
Empty file added examples/README.markdown
Empty file.
35 changes: 35 additions & 0 deletions tests/README.markdown
@@ -0,0 +1,35 @@
Testing Scripto
=============

Scripto uses the SimpleTest PHP testing framework. By running these tests, you
can:

* Test your external system's adapter for expected results;
* Test the your MediaWiki instance via Scripto's MediaWiki API client;
* Test the Scripto_Document base class.

Installation
-------------

* Download the [SimpleTest](http://www.simpletest.org/) framework;
* Copy config.php.changeme to config.php;
* Set the configuration in config.php;

To copy the configuration file:

$ cd /path/to/scripto/tests/
$ cp config.php.changeme config.php`


Running the Tests
-------------

On the command line:

$ cd /path/to/scripto/tests/
$ php all_tests.php

In the browser:

* Make sure the Scripto tests directory is available to your web server;
* Go to http://your-domain/tests/all_tests.php

0 comments on commit 0c71a6c

Please sign in to comment.