summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-045-13/+13
|
* check for filename blacklist in OC_Filesystem::isValidPathRobin Appelman2012-11-031-0/+1
|
* some tests for the file blacklistRobin Appelman2012-11-031-8/+42
|
* Merge pull request #220 from fmms/checkstyle02Lukas Reschke2012-11-028-98/+98
|\ | | | | Checkstyle: many fixes
| * Checkstyle: many fixesFelix Moeller2012-11-028-98/+98
| |
* | fix inlude path for template testRobin Appelman2012-11-021-1/+1
|/
* fixing Test_TemplateFunctionsThomas Mueller2012-10-311-1/+1
|
* fixed copy paste error. 4th test will now test print_unescaped instead of pBernhard Posselt2012-10-301-2/+2
|
* splitted two tests with two assertions each into four tests with one assertionBernhard Posselt2012-10-301-4/+8
|
* assert in proper orderBernhard Posselt2012-10-291-4/+4
|
* added tests for p and print_unescapedBernhard Posselt2012-10-291-0/+67
|
* disble breaking test cases for nowThomas Müller2012-10-281-4/+4
|
* fix running app testsRobin Appelman2012-10-281-2/+0
|
* don't enable user_externalThomas Müller2012-10-271-1/+1
|
* don't enable apps twiceThomas Müller2012-10-271-2/+0
|
* fix paths in preeseed-config.phpThomas Müller2012-10-271-2/+2
|
* exeuting tests now on apps as well - the apps repo shall be cloned into the ↵Thomas Müller2012-10-272-0/+39
| | | | sub folder apps2
* Filter added to get all files into coderage reportThomas Müller2012-10-191-0/+7
|
* Fixing typoThomas Müller2012-10-181-1/+1
|
* Fixing expectation - comma was stupid anyhowThomas Müller2012-10-181-1/+1
|
* Removing strange characterThomas Müller2012-10-181-1/+1
|
* Expectation should be first parameterLukas Reschke2012-10-181-6/+6
|
* Expectation should be first parameterLukas Reschke2012-10-181-2/+2
|
* Use $SERVERROOT/tests/data for testGetMimeTypeBart Visscher2012-10-131-6/+7
|
* Give share test users a unique prefixBart Visscher2012-10-131-4/+4
|
* Disable loading apps before starting testsBart Visscher2012-10-131-0/+2
|
* Remove not reliable testLukas Reschke2012-10-131-5/+0
|
* Some testsLukas Reschke2012-10-131-0/+144
|
* Swap values for assertEqual to get better error message, also renamed the ↵Bart Visscher2012-10-131-54/+54
| | | | function to phpunit name
* Test for geo.phpLukas Reschke2012-10-131-0/+19
|
* Little test for some util.php functionsLukas Reschke2012-10-131-0/+45
|
* PHPUnit 3.6 does not support @expectedException with the generic exception classBart Visscher2012-10-121-4/+6
|
* Fix syntax error in postgres table check codeBart Visscher2012-10-121-1/+1
|
* Skip apc test when apc is not enabled for CLIBart Visscher2012-10-121-1/+5
|
* Fix the db tests when running all testsBart Visscher2012-10-122-28/+8
|
* Add missing test filesBart Visscher2012-10-122-0/+215
|
* Add unit tests for OC_DBBart Visscher2012-10-122-0/+208
|
* disable log when running testsRobin Appelman2012-10-121-0/+1
|
* clear all hooks when running testsRobin Appelman2012-10-121-0/+2
|
* fix storage test caseRobin Appelman2012-10-111-3/+0
|
* remove ctime tests for filestorage, ctime will be removed from the storage ↵Robin Appelman2012-10-111-8/+1
| | | | api in the future
* some test cases for fopen of storage backendsRobin Appelman2012-10-111-0/+20
|
* code styleRobin Appelman2012-10-111-149/+149
|
* make sure the share backend test case can find the correct interfaceRobin Appelman2012-10-101-0/+2
|
* Merge branch 'phpunit'Robin Appelman2012-10-1016-175/+122
|\
| * test data for archive testsRobin Appelman2012-10-082-0/+0
| |
| * load test cases from enabled appsRobin Appelman2012-10-082-0/+42
| |
| * merge master into phpunitRobin Appelman2012-10-082-14/+16
| |\
| * | make archive test cases work againRobin Appelman2012-10-053-37/+29
| | |
| * | remove cache ttl tests, take a lot of time and don't work correctly for most ↵Robin Appelman2012-10-033-21/+0
| | | | | | | | | | | | backends anyway