Don't expect any change on reindenting the whole unfinished-call.php

This commit is contained in:
przepompownia 2022-05-14 17:25:38 +02:00 committed by Stephan Seitz
parent d4d77b315f
commit 910743c77a

View file

@ -10,9 +10,7 @@ local run = Runner:new(it, "tests/indent/php", {
describe("indent PHP:", function()
describe("whole file:", function()
run:whole_file(".", {
expected_failures = {
"./unfinished-call.php",
},
expected_failures = {},
})
end)