Commit Graph

32 Commits (eb1d5fdaf8b077809100b1db48688301be2c19fb)

Author SHA1 Message Date
Thomas Müller fdee771aca Add unit testing capabilities for templates (#23708) 10 years ago
Stefan Weil 02e226a6b3 tests: Fix typos (found by codespell) 10 years ago
Joas Schilling 70396581eb Add tests for findLanguage() 10 years ago
Roeland Jago Douma 98c4951f45 getLowStrengthGenerator does not do anything anymore 10 years ago
Vincent Petry d7169ffdec Restore DB connection after failure 10 years ago
Thomas Müller 2709244acd Only perform tearDown operations on the database if we have a connection to it ..... 10 years ago
Thomas Müller 26f416b9f5 Assert that there are no xml error left 10 years ago
Thomas Müller dddfa6de78 Don't break app on travis 10 years ago
Thomas Müller 03ee3b9aec A TestCase which is not annotated to be in group DB will not allow access to the database connection. 10 years ago
Joas Schilling 42b29e39c1 Clear the shares after the test like storages and files 10 years ago
Martin 491250320a Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 10 years ago
Robin Appelman 3dbfbdaf54 allow moving common test logic into traits 11 years ago
Thomas Müller f55aa856ad Remove file mapper - was only use in Windows and never worked properly 11 years ago
Vincent Petry eae08d0adc Release locks after class in tests 11 years ago
Vincent Petry 538e466c30 Keep shared locks in post hooks 11 years ago
Vincent Petry 4497aa4c68 Webdav PUT small file lock must be shared during hooks 11 years ago
Joas Schilling d3e3a84cae Move the helpful method to the TestCase class 11 years ago
Robin Appelman b98dd3ceb8 release all locks after test 11 years ago
Robin Appelman a5d652a6b8 fix tests 11 years ago
Robin Appelman 415f16eb24 fix tests 11 years ago
Vincent Petry eab55aa959 Properly log out test users in unit tests 11 years ago
Vincent Petry f8cfc03f36 Replace originalStorage in tests with a proper teardown 11 years ago
Thomas Müller 1b42b492dc kill OC_FileProxy 💥 11 years ago
Robin Appelman ddd6a67d2a Handle exceptions thrown during hooks when running unit tests 11 years ago
Robin Appelman 3ed6ed3c36 Force test cases using background commands to handle setting up the filesystem 11 years ago
Robin Appelman 00568af74d Allow running the async commands from unit tests 11 years ago
Vincent Petry 5101bc54fa Add login/logout to TestCase base class 11 years ago
Joas Schilling ea4c25609d Replace uniqid calls with $this->getUniqueID so tests pass again on windows 11 years ago
Joas Schilling e1f3abf7a5 Correctly namespace and autoload DatabaseException 11 years ago
Joas Schilling 84d358a761 Clean up the test data in tearDownAfterClass() 11 years ago
Joas Schilling bb540722cd Use base class to reset the file mapper 11 years ago
Joas Schilling 62047f86f5 Testcase base class 11 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 13 years ago
Felix Moeller f8d1d7787e Checkstyle fixes for SpaceBeforeOpenBrace 13 years ago
Robin Appelman 9953427197 also use new cache api here 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Frank Karlitschek 72e9a2ce57 moved to apps repository 14 years ago
Bart Visscher 7f754c02f3 Change code from using OC_Tasks_VTodo to OC_Tasks_App 14 years ago
Bart Visscher 76c37792cb WIP 14 years ago
Bart Visscher 8826aa8056 Add basic fields to tasks app 14 years ago