Skip to content

Commit 3cc699f

Browse files
author
farhadzand
committed
Update .gitignore to exclude PHPUnit cache files and backup configuration; remove obsolete PHPUnit configuration and cache result files.
1 parent 32abb03 commit 3cc699f

File tree

4 files changed

+3
-39
lines changed

4 files changed

+3
-39
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
composer.lock
55
/.phpunit.result.cache
66
/build/*
7+
phpunit.xml.bak
8+
.phpunit.cache

.phpunit.cache/test-results

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@
104104
},
105105
"minimum-stability": "stable",
106106
"prefer-stable": true
107-
}
107+
}

phpunit.xml.bak

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)