aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php b/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php
index 0e459418ae0..3d240808d86 100644
--- a/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php
+++ b/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php
@@ -193,7 +193,7 @@ class IMipPluginTest extends TestCase {
$this->plugin->setVCalendar($oldVCalendar);
$this->service->expects(self::once())
->method('getLastOccurrence')
- ->willReturn('1496912700');
+ ->willReturn(1496912700);
$this->mailer->expects(self::once())
->method('validateMailAddress')
->with('frodo@hobb.it')
@@ -232,7 +232,7 @@ class IMipPluginTest extends TestCase {
->willReturn('yes');
$this->service->expects(self::once())
->method('createInvitationToken')
- ->with($message, $newVevent, '1496912700')
+ ->with($message, $newVevent, 1496912700)
->willReturn('token');
$this->service->expects(self::once())
->method('addResponseButtons')
@@ -289,7 +289,7 @@ class IMipPluginTest extends TestCase {
$this->plugin->setVCalendar($oldVCalendar);
$this->service->expects(self::once())
->method('getLastOccurrence')
- ->willReturn('1496912700');
+ ->willReturn(1496912700);
$this->mailer->expects(self::once())
->method('validateMailAddress')
->with('the-shire@hobb.it')
@@ -384,7 +384,7 @@ class IMipPluginTest extends TestCase {
$this->plugin->setVCalendar($oldVCalendar);
$this->service->expects(self::once())
->method('getLastOccurrence')
- ->willReturn('1496912700');
+ ->willReturn(1496912700);
$this->mailer->expects(self::once())
->method('validateMailAddress')
->with('frodo@hobb.it')
@@ -424,7 +424,7 @@ class IMipPluginTest extends TestCase {
->willReturn('yes');
$this->service->expects(self::once())
->method('createInvitationToken')
- ->with($message, $newVevent, '1496912700')
+ ->with($message, $newVevent, 1496912700)
->willReturn('token');
$this->service->expects(self::once())
->method('addResponseButtons')
@@ -457,7 +457,7 @@ class IMipPluginTest extends TestCase {
$this->service->expects(self::once())
->method('getLastOccurrence')
- ->willReturn('1496912700');
+ ->willReturn(1496912700);
$this->mailer->expects(self::once())
->method('validateMailAddress')
->with('frodo@hobb.it')
@@ -509,7 +509,7 @@ class IMipPluginTest extends TestCase {
$this->plugin->setVCalendar($oldVcalendar);
$this->service->expects(self::once())
->method('getLastOccurrence')
- ->willReturn('1496912700');
+ ->willReturn(1496912700);
$this->mailer->expects(self::once())
->method('validateMailAddress')
->with('frodo@hobb.it')
@@ -548,7 +548,7 @@ class IMipPluginTest extends TestCase {
->willReturn('yes');
$this->service->expects(self::once())
->method('createInvitationToken')
- ->with($message, $newVevent, '1496912700')
+ ->with($message, $newVevent, 1496912700)
->willReturn('token');
$this->service->expects(self::once())
->method('addResponseButtons')
@@ -597,7 +597,7 @@ class IMipPluginTest extends TestCase {
}
$this->service->expects(self::once())
->method('getLastOccurrence')
- ->willReturn('1496912700');
+ ->willReturn(1496912700);
$this->mailer->expects(self::once())
->method('validateMailAddress')
->with('frodo@hobb.it')
@@ -637,7 +637,7 @@ class IMipPluginTest extends TestCase {
->willReturn('yes');
$this->service->expects(self::once())
->method('createInvitationToken')
- ->with($message, $newVevent, '1496912700')
+ ->with($message, $newVevent, 1496912700)
->willReturn('token');
$this->service->expects(self::once())
->method('addResponseButtons')
@@ -683,7 +683,7 @@ class IMipPluginTest extends TestCase {
}
$this->service->expects(self::once())
->method('getLastOccurrence')
- ->willReturn('1496912700');
+ ->willReturn(1496912700);
$this->mailer->expects(self::once())
->method('validateMailAddress')
->with('frodo@hobb.it')