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>2020-10-19 09:17:42 +0300
committerdartcafe <github@dartcafe.de>2020-10-19 09:17:42 +0300
commit287a88a5ca20ec8508407d5e497b2b4880ebbe19 (patch)
treea87dbbad71acbccc48e01d861d3431039f52eb5a /tests/Unit
parentfa097b33dd71c5e00282dd62d3121225bd17a8f9 (diff)
fix factory
Diffstat (limited to 'tests/Unit')
-rw-r--r--tests/Unit/Factories/PollFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Factories/PollFactory.php b/tests/Unit/Factories/PollFactory.php
index b811cc15..1cb6fad3 100644
--- a/tests/Unit/Factories/PollFactory.php
+++ b/tests/Unit/Factories/PollFactory.php
@@ -28,7 +28,7 @@ use League\FactoryMuffin\Faker\Facade as Faker;
*/
$fm->define('OCA\Polls\Db\Poll')->setDefinitions([
'type' => 'textPoll',
- 'title' => Faker::sentence(10),
+ 'title' => Faker::text(124),
'description' => Faker::text(255),
'owner' => Faker::firstNameMale(),
'created' => function() {