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
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2018-12-29 10:44:33 +0300
committerdartcafe <github@dartcafe.de>2018-12-29 10:44:33 +0300
commit14b0643f38273efd536ea8debd0407ca453ecb1c (patch)
tree98af87a747d9a64bfe618893f60aa3b976ce37b9 /tests/Unit
parentf21756e19771872328a6ce500b0fda28216234e8 (diff)
Update OptionMapperTest.php
Diffstat (limited to 'tests/Unit')
-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 4dd99e72..6db53b0a 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();
+ $newPollOptionText = Faker::paragraph(255);
$option->setPollOptionText($newPollOptionText());
$this->optionMapper->update($option);