Skip to content

Commit fa4c041

Browse files
authored
Merge pull request #62 from SimonFrings/tests
Clean up test suite and add .gitattributes to exclude dev files from exports
2 parents f2877fb + 7cdb4f7 commit fa4c041

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.travis.yml export-ignore
4+
/examples/ export-ignore
5+
/phpunit.xml.dist export-ignore
6+
/tests/ export-ignore

phpunit.xml.dist

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit bootstrap="vendor/autoload.php"
4-
colors="true"
5-
convertErrorsToExceptions="true"
6-
convertNoticesToExceptions="true"
7-
convertWarningsToExceptions="true"
8-
>
3+
<phpunit bootstrap="vendor/autoload.php" colors="true">
94
<testsuites>
105
<testsuite name="Docker React Test Suite">
116
<directory>./tests/</directory>

0 commit comments

Comments
 (0)