From c8865c712ff656b07357dd677d939afc8014fe49 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 2 May 2022 16:54:46 +1200 Subject: [PATCH] MNT Fix risky test warning (#57) --- tests/Transformer/YamlTransformerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Transformer/YamlTransformerTest.php b/tests/Transformer/YamlTransformerTest.php index 42606eb..89987cc 100644 --- a/tests/Transformer/YamlTransformerTest.php +++ b/tests/Transformer/YamlTransformerTest.php @@ -74,6 +74,7 @@ protected function getConfigDirectory() /** * Test that we can have an empty file without throwing any errors. + * @doesNotPerformAssertions */ public function testEmptyFileIgnored() {