Commit Graph

972 Commits (e055a411ea4b2a32dcf20c910d332867dc91f516)

Author SHA1 Message Date
Robin Appelman 4109521cce remove outdated test 12 years ago
Andreas Fischer 916b265cd5 Normalise testcleanuplistener.php indentation and end of file. 12 years ago
Andreas Fischer f45080e811 Use PHPUnit's expectOutputString() instead of performing output buffering. 12 years ago
Andreas Fischer 88778b569e Split testP() tests into multiple methods. 12 years ago
Andreas Fischer 0d3ddd9e11 Remove redundant test case for non-HTML string. 12 years ago
Andreas Fischer e85fe01faf Make PHPUnit_Framework_TestListener implementations compatible to 4.0. 12 years ago
Bjoern Schiessle 6650be9913 add setting to set default expire date 12 years ago
Lukas Reschke 9d3b639ce6 Remove uneeded newline 12 years ago
Lukas Reschke 589c74e176 Fix indentation 12 years ago
Lukas Reschke f07180639c Add unit tests for arrays and " 12 years ago
Bernhard Posselt 7e447f4f42 make download and redirectresponse public 12 years ago
Arthur Schiwon 450de0091a adjust tests accordingly 13 years ago
Thomas Tanghus 51e47319ef White-list known secure mime types. Refs. #8184 13 years ago
Lukas Reschke b04d95b116 Remove uneeded usages of nosniff 13 years ago
Bernhard Posselt 62cce982bb default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute 13 years ago
Vincent Petry e92fe47d2a Remove annoying karma 404 warnings for images 13 years ago
Bernhard Posselt 70c88027db add requirements to routing 13 years ago
Vincent Petry bfb1e0867f Enable autowatch for karma 13 years ago
Thomas Müller a4fc92b05b class Test_Config is already declared 13 years ago
Arthur Schiwon 9597f41904 add group tests 13 years ago
Thomas Müller 240d1ae6b9 unit test testSetAppValueIfSetToNull() added 13 years ago
Thomas Müller ccf1287fbf adding unit test for cache mechanism 13 years ago
Thomas Müller f029312e5b fixing typos/spellings 13 years ago
tomneedham b00592ade5 Fix test case for api response code 13 years ago
Vincent Petry d6ce45fe61 Correctly read the full stream in file_get_contents 13 years ago
Robin Appelman 76c63a5760 Fix uploading files containing a # in the path for webdav 13 years ago
Thomas Müller 83b4bcfdbf idn_to_ascii is only used if available 13 years ago
Bjoern Schiessle bc0292c16d always return an array 13 years ago
Vincent Petry 1e39719926 Added unit tests for external cache folder 13 years ago
Thomas Müller fb7f3008d3 idn have to be converted before being used 13 years ago
Robin Appelman fffe330bbc Fix parameter order for Storage\Local::hash 13 years ago
Vincent Petry 66bc0f0848 Still return quota value when free space is unknown 13 years ago
Thomas Müller 6bbbf8536f introduce reopen() method to be used for unit test execution only - right after a unit test has been executed the session will be reopened 13 years ago
Vincent Petry 145db370d1 Correctly round bytes when converted from human readable format 13 years ago
Thomas Müller cd038604d3 unit tests for specific image type output added 13 years ago
Thomas Müller fe05c0c81b move session reset to endTest() - necessary because we need a valid session in the next unit tests setUp() call 13 years ago
Vincent Petry 3c46dcd7dd Added .ocdata file to check for data folder validity 13 years ago
Thomas Müller fc697c7298 adding StartSessionListener which initializes the session before each test case execution 13 years ago
Robin Appelman a8eb7a5092 Allow setting the config dir to use as enviroment variable for phpunit 13 years ago
Bart Visscher d798169037 Cleanup the fileproxy proxies on test bootstrap 13 years ago
Vincent Petry 010eef95c0 Fixed total space display when data size exceeds quota 13 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 13 years ago
Thomas Tanghus 8f6ea900f2 Chainable Response in AppFramework 13 years ago
Vincent Petry 48d63a6278 Return unencrypted_size of folder when queried 13 years ago
Thomas Tanghus ada8d4e0c9 Fix unit tests 13 years ago
Vincent Petry c7e204bd36 Added unit tests for serverHost and other related functions 13 years ago
Robin Appelman 5211566205 update test case 13 years ago
Robin Appelman bb8a7a2230 Remove assert since the root size of the home storage is no longer calculated 13 years ago
Robin Appelman 331fc55e2d Update unit tests to use the new injection 13 years ago
Bart Visscher 35a8dfb2fa More PHPDoc fixes, using scrutinizer patches as hints 13 years ago