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("indent PHP:", function()
describe("whole file:", function() describe("whole file:", function()
run:whole_file(".", { run:whole_file(".", {
expected_failures = { expected_failures = {},
"./unfinished-call.php",
},
}) })
end) end)