From 2d17054d766746456faf769c920c8674b5afc4e5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 9 Apr 2016 18:23:00 +0200 Subject: add last modified fields for feed and folder and move etag and lastmodified to http_etag and http_last_modified columns --- tests/integration/fixtures/folderfixture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration/fixtures/folderfixture.php') diff --git a/tests/integration/fixtures/folderfixture.php b/tests/integration/fixtures/folderfixture.php index 2c884c6ed..2dc6b3a44 100644 --- a/tests/integration/fixtures/folderfixture.php +++ b/tests/integration/fixtures/folderfixture.php @@ -26,7 +26,7 @@ class FolderFixture extends Folder { 'userId' => 'test', 'opened' => true, 'deletedAt' => 0, - + 'lastModified' => 9 ], $defaults); unset($defaults['feeds']); $this->fillDefaults($defaults); -- cgit v1.2.3