From fdccf39b2a8c08a6cd7cac4705d54024103dd1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Oudin?= Date: Mon, 14 Oct 2019 22:07:25 +0200 Subject: [PATCH] Fix a formatting in a test --- tests/functional/Handler/DonationHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/Handler/DonationHandlerTest.php b/tests/functional/Handler/DonationHandlerTest.php index d96f357..b4aa7fa 100644 --- a/tests/functional/Handler/DonationHandlerTest.php +++ b/tests/functional/Handler/DonationHandlerTest.php @@ -36,7 +36,7 @@ class DonationHandlerTest extends FunctionalTest public function testDonationCreateCommand() { - $this->container['command_handler']->handle(new DonationCreateCommand(1, 1, date("Y-m-d H:M:s"), 50, 0, 0)); + $this->container['command_handler']->handle(new DonationCreateCommand(1, 1, date("Y-m-d H:i:s"), 50, 0, 0)); } -- GitLab