Skip to content

Commit a6d56ea

Browse files
authored
Merge pull request #14 from SimonFrings/tests
Clean up test suite and add .gitattributes to exclude dev files from exports
2 parents f38a824 + d3a5fe2 commit a6d56ea

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="Tar React Test Suite">
116
<directory>./tests/</directory>

0 commit comments

Comments
 (0)