Skip to content

Commit 6abb483

Browse files
authored
Merge pull request #1290 from PHPCSStandards/feature/endtoendtests-fix-fixture-methods
EndToEnd tests: fix `tear_down()`
2 parents bc5755a + af58f1a commit 6abb483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EndToEnd/phpcbf_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
function tear_down() {
4-
rm -r tests/EndToEnd/Fixtures/*.fixed
4+
rm -rf tests/EndToEnd/Fixtures/*.fixed
55
}
66

77
function test_phpcbf_is_working() {

0 commit comments

Comments
 (0)