aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2022-11-15 09:58:43 +0000
committerElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2022-11-15 09:58:43 +0000
commit87027c8a9adc08da482af5bf765e629c2aa8be45 (patch)
tree83ee8af2306e8b9b630a9542b3ffec40b9bbc775 /tests
parenta574a5c1b352b6c016cc132c561bebdbe0996f8d (diff)
remove unused column repeat_quantity from table resource_bookings, fixes #1142
Closes #1142 Merge request studip/studip!1158
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/lib/models/resources/ResourceTest.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/functional/lib/models/resources/ResourceTest.php b/tests/functional/lib/models/resources/ResourceTest.php
index 66eae55..75a082a 100644
--- a/tests/functional/lib/models/resources/ResourceTest.php
+++ b/tests/functional/lib/models/resources/ResourceTest.php
@@ -254,11 +254,6 @@ class ResourceTest extends \Codeception\Test\Unit
);
$this->assertEquals(
- null,
- $this->booking->repeat_quantity
- );
-
- $this->assertEquals(
'P00Y00M02D',
$this->booking->repetition_interval
);