From 928b199bc4ee09238f83f33cc7c12304992368ab Mon Sep 17 00:00:00 2001 From: Arthur Pariente Date: Sat, 27 Jan 2024 19:27:26 +0100 Subject: [PATCH] Break tests (to test CI/CD) --- tests/AcarsTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/AcarsTest.php b/tests/AcarsTest.php index 971218fbe..fa9e8795b 100644 --- a/tests/AcarsTest.php +++ b/tests/AcarsTest.php @@ -112,6 +112,7 @@ public function testPrefileErrors(): void $response = $this->post($uri, $pirep); $response->assertStatus(400); + $this->fail(); } public function testPrefileAircraftNotAtAirport(): void