Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 06b9dff

Browse files
author
Petr Knap
committed
Separated composer.json and phpunit.xml
1 parent fbd08ef commit 06b9dff

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/.idea/
2-
/docs/_site/
32
/vendor/
4-
/composer.lock
5-
/phpunit.log
3+
/*.lock
4+
/*.log

phpunit.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@
66
<exclude>vendor</exclude>
77
</testsuite>
88
</testsuites>
9-
<logging>
10-
<log type="testdox-text" target="./phpunit.log"/>
11-
</logging>
129
</phpunit>

0 commit comments

Comments
 (0)