summaryrefslogtreecommitdiffstats
path: root/tests/index.php
Commit message (Collapse)AuthorAgeFilesLines
* fix running test cases from browserRobin Appelman2012-07-191-5/+4
|
* add database type to xml reportThomas Mueller2012-07-161-2/+8
|
* restructuring test suite invocation - now we load all test cases into one ↵Thomas Mueller2012-07-131-16/+36
| | | | suite and execute this single suite. this is necessary to be able to generate one xml report and is also a precondition for code coverage analysis(which will follow soon)
* Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
|
* enable running unit tests from cliRobin Appelman2012-05-221-2/+8
|
* only run tests of enabled appsRobin Appelman2012-04-151-1/+1
|
* allow running a single test or group of testsRobin Appelman2012-03-281-4/+8
|
* only test enabled appsRobin Appelman2012-03-021-1/+1
|
* allow apps to ship test casesRobin Appelman2012-03-021-8/+16
|
* fix testcase runnerRobin Appelman2012-02-281-1/+1
|
* use SimpleTest for unit testingRobin Appelman2012-02-121-50/+27
| | | | includes some tests for storage providers, more to come
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-171-1/+1
|
* Add more checks for admin userBart Visscher2011-09-301-1/+2
|
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
|
* Delete requires in applications where possibleJakob Sack2011-07-271-2/+0
|
* small fix in filesystem testRobin Appelman2011-06-141-3/+3
|
* test case library and start of filesystem testRobin Appelman2011-06-121-0/+79