소스 검색

Merge pull request #925 from joanhey/php-unit-dist

Use phpunit.xml.dist and add tests dir in .gitattributes
walkor 2 년 전
부모
커밋
34a1f08e64
3개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      .gitattributes
  2. 1 0
      .gitignore
  3. 0 0
      phpunit.xml.dist

+ 5 - 3
.gitattributes

@@ -1,3 +1,5 @@
-/.gitattributes export-ignore
-/.github export-ignore
-/.gitignore export-ignore
+/.gitattributes     export-ignore
+/.github/           export-ignore
+/.gitignore         export-ignore
+/phpunit.xml.dist   export-ignore
+/tests/             export-ignore

+ 1 - 0
.gitignore

@@ -7,3 +7,4 @@ logs
 vendor/
 /.vscode
 composer.lock
+phpunit.xml

+ 0 - 0
phpunit.xml → phpunit.xml.dist