From 2f53cc9c122012390b9f453e55f7a606b8f9dd02 Mon Sep 17 00:00:00 2001 From: Ayrton Ricardo Date: Mon, 10 Dec 2018 14:25:08 +0100 Subject: [PATCH] Add ',' in the end of array --- Tests/Functional/FunctionalTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Functional/FunctionalTest.php b/Tests/Functional/FunctionalTest.php index baf9ae1..6b3ce63 100644 --- a/Tests/Functional/FunctionalTest.php +++ b/Tests/Functional/FunctionalTest.php @@ -223,7 +223,7 @@ class FunctionalTest extends WebTestCase 'dateAsInterface' => [ 'type' => 'string', 'format' => 'date-time', - ] + ], ], ], $this->getModel('User')->toArray()