Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2018-12-29 11:09:24 +0300
committerdartcafe <github@dartcafe.de>2018-12-29 11:09:24 +0300
commit872636c3f39e627bdafa321b8254debc8bf3f3c2 (patch)
treec8ef028ea5c55a4b8c77ed285a5920647ab07c14 /tests
parent14b0643f38273efd536ea8debd0407ca453ecb1c (diff)
Test
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Db/OptionMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Db/OptionMapperTest.php b/tests/Unit/Db/OptionMapperTest.php
index 6db53b0a..b531b6dc 100644
--- a/tests/Unit/Db/OptionMapperTest.php
+++ b/tests/Unit/Db/OptionMapperTest.php
@@ -76,7 +76,7 @@ class OptionMapperTest extends UnitTestCase {
* @return Option
*/
public function testUpdate(Option $option) {
- $newPollOptionText = Faker::paragraph(255);
+ $newPollOptionText = Faker::text(255);
$option->setPollOptionText($newPollOptionText());
$this->optionMapper->update($option);