diff options
author | Marcel Klehr <mklehr@gmx.net> | 2023-07-20 14:10:18 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-07-28 11:44:39 +0000 |
commit | 2b23be897b589780a6352a91e052b5f35ebcc50f (patch) | |
tree | 4e24d654de9c58aeee4927994183e10cd5ec1497 | |
parent | 2bc56fef1e70a3c1b8ba2578d3d3dad399fb96fe (diff) | |
download | nextcloud-server-2b23be897b589780a6352a91e052b5f35ebcc50f.tar.gz nextcloud-server-2b23be897b589780a6352a91e052b5f35ebcc50f.zip |
cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
-rw-r--r-- | tests/lib/BackgroundJob/TestParallelAwareJob.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/BackgroundJob/TestParallelAwareJob.php b/tests/lib/BackgroundJob/TestParallelAwareJob.php index 24b883d2f7a..7fa0bda7bbf 100644 --- a/tests/lib/BackgroundJob/TestParallelAwareJob.php +++ b/tests/lib/BackgroundJob/TestParallelAwareJob.php @@ -9,7 +9,6 @@ namespace Test\BackgroundJob; use OCP\AppFramework\Utility\ITimeFactory; -use Test\BackgroundJob\JobTest; class TestParallelAwareJob extends \OCP\BackgroundJob\Job { private $testCase; |