stable

Clone or download

Read-only

Fix error breaking kanban api because of fgets error being thrown

As of git #tuleap/stable/e695657c3afd0e8dee1f9d245e8aa4680ee4072b , if /etc/tuleap/conf/mercure.env does not exist, fgets throws an error when accessing any kanban api route, this patch aims to fix that Part of story #28301 Have Kanban realtime be Mercure based Change-Id: Ib2280deae2c93f5c4d8040c540ba8e27352e5ec7

Modified Files

Name
M src/common/RealTimeMercure/ClientBuilder.php +3 −6 Go to diff View file
M src/common/RealTimeMercure/NullClient.php +1 −1 Go to diff View file
M tests/unit/common/RealTimeMercure/ClientBuilderTest.php +3 −3 Go to diff View file