Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: put parent items into cache in tests | Robin Appelman | 2024-09-18 | 1 | -28/+33 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 2 | -16/+16 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 2 | -8/+6 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | test: add test for jail watcher | Robin Appelman | 2024-04-08 | 1 | -0/+30 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix!: Remove symfony EventDispatcherInterface from User | Joas Schilling | 2023-07-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add test for searching within a "root jail" | Robin Appelman | 2021-07-28 | 1 | -0/+18 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix search in nested jails | Robin Appelman | 2021-01-26 | 1 | -0/+18 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix cachjail searching for root | Robin Appelman | 2021-01-26 | 1 | -2/+17 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | do cachejail search filtering in sql | Robin Appelman | 2021-01-26 | 1 | -0/+37 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -7/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -14/+14 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 2 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 2 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix moving folders out of a cache jail | Robin Appelman | 2017-06-15 | 1 | -0/+50 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Adding test case for getPathById including a jailed cache where root is just ↵ | Thomas Müller | 2016-08-05 | 1 | -2/+11 |
| | | | | empty | ||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 2 | -0/+175 |
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader |