You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/tests/simpletest
David Goodwin 9ee45c69c8 tests: add initial simpletest unit tests for the xmlrpc stuff
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@581 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
..
docs tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
extensions tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
packages tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
test tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
ui tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
BACKLOG tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
HELP_MY_TESTS_DONT_WORK_ANYMORE tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
LICENSE tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
README tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
TODO tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
VERSION tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
authentication.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
browser.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
collector.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
compatibility.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
cookies.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
detached.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
dumper.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
eclipse.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
encoding.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
errors.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
exceptions.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
expectation.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
form.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
frames.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
http.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
invoker.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
mock_objects.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
page.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
parser.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
reflection_php4.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
reflection_php5.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
remote.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
reporter.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
scorer.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
selector.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
shell_tester.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
simpletest.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
socket.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
tag.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
test_case.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
unit_tester.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
url.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
user_agent.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
web_tester.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
xml.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago

README

SimpleTest
==========
You probably got this package from...
http://simpletest.sourceforge.net/projects/simpletest/

If there is no licence agreement with this package please download
a version from the location above. You must read and accept that
licence to use this software. The file is titled simply LICENSE.

What is it? It's a framework for unit testing, web site testing and
mock objects for PHP 4.2.0+.

If you have used JUnit you will find this PHP unit testing version very
similar. Also included is a mock objects and server stubs generator.
The stubs can have return values set for different arguments, can have
sequences set also by arguments and can return items by reference.
The mocks inherit all of this functionality and can also have
expectations set, again in sequences and for different arguments.

A web tester similar in concept to JWebUnit is also included. There is no
JavaScript or tables support, but forms, authentication, cookies and
frames are handled.

You can see a release schedule at http://www.lastcraft.com/overview.php
which is also copied to the documentation folder with this release.
A full PHPDocumenter API documentation exists at
http://simpletest.sourceforge.net/.

The user interface is minimal
in the extreme, but a lot of information flows from the test suite.
After version 1.0 we will release a better web UI, but we are leaving XUL
and GTk versions to volunteers as everybody has their own opinion
on a good GUI, and we don't want to discourage development by shipping
one with the toolkit.

You are looking at a first full release. The unit tests for SimpleTest
itself can be run here...

simpletest/test/unit_tests.php

And tests involving live network connections as well are here...

simpletest/test/all_tests.php

The full tests will typically overrun the 8Mb limit usually allowed
to a PHP process. A workaround is to run the tests on the command
with a custom php.ini file if you do not have access to your server
version.

You will have to edit the all_tests.php file if you are accesssing
the internet through a proxy server. See the comments in all_tests.php
for instructions.

The full tests read some test data from the LastCraft site. If the site
is down or has been modified for a later version then you will get
spurious errors. A unit_tests.php failure on the other hand would be
very serious. As far as we know we haven't yet managed to check in any
unit test failures so please correct us if you find one.

Even if all of the tests run please verify that your existing test suites
also function as expected. If they don't see the file...

HELP_MY_TESTS_DONT_WORK_ANYMORE

This contains information on interface changes. It also points out
deprecated interfaces so you should read this even if all of
your current tests appear to run.

There is a documentation folder which contains the core reference information
in English and French, although this information is fairly basic.
You can find a tutorial on...

http://www.lastcraft.com/first_test_tutorial.php

...to get you started and this material will eventually become included
with the project documentation. A French translation exists at...

http://www.onpk.net/index.php/2005/01/12/254-tutoriel-simpletest-decouvrir-les-tests-unitaires.

If you download and use and possibly even extend this tool, please let us
know. Any feedback, even bad, is always welcome and we will work to get
your suggestions into the next release. Ideally please send your
comments to...

simpletest-support@lists.sourceforge.net

...so that others can read them too. We usually try to respond within 48
hours.

There is no change log as yet except at Sourceforge. You can visit the
release notes to see the completed TODO list after each cycle and also the
status of any bugs, but if the bug is recent then it will be fixed in CVS only.
The CVS check-ins always have all the tests passing and so CVS snapshots should
be pretty usable, although the code may not look so good internally.

Oh, yes. It is called "Simple" because it should be simple to
use. We intend to add a complete set of tools for a test first
and "test as you code" type of development. "Simple" does not
mean "Lite" in this context.

Thanks to everyone who has sent comments and offered suggestions. They
really are invaluable, but sadly you are too many to mention in full.
Thanks to all on the advanced PHP forum on SitePoint, especially Harry
Feucks. Early adopters are always an inspiration.

yours Marcus Baker, Jason Sweat, Travis Swicegood and Perrick Penet.
-- 
marcus@lastcraft.com