From 2f26ff4775d8b8bbd73fb2276032123955fb986d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 29 Jun 2018 20:22:15 +0100 Subject: [PATCH] Break test --- tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php b/tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php index 300c2c9f..2b93977c 100644 --- a/tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php +++ b/tests/FormatTalksBundle/TwigExtension/FormatTalksTest.php @@ -173,7 +173,7 @@ class FormatTalksTest extends TestCase // Latest events should be returned first. $this->assertEquals( - [$eventB['date'], $eventF['date']], + [$eventA['date'], $eventF['date']], $this->extractDates($results) ); }