Minor refactoring

This commit is contained in:
Meritoo
2017-10-01 20:40:50 +02:00
parent e464ae30af
commit e43712f218
4 changed files with 3 additions and 5 deletions

View File

@@ -90,7 +90,6 @@ class ParticipantShortTest extends BaseTestCase
return [
[
'tid' => '123',
'token' => uniqid(),
'participant_info' => [
'firstname' => 'Lorem',
'lastname' => 'Ipsum',
@@ -99,7 +98,6 @@ class ParticipantShortTest extends BaseTestCase
],
[
'tid' => '456',
'token' => uniqid(),
'participant_info' => [
'firstname' => 'Dolor',
'lastname' => 'Sit',