Skip to content

Commit 92a76d0

Browse files
committed
Merge branch 'develop' into #160-refactoring
2 parents eed86f3 + ecdaeef commit 92a76d0

File tree

85 files changed

+272
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+272
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_script:
3838
script:
3939
## PHP_CodeSniffer
4040
- phpcs --standard=PSR2 -n src/
41-
- phpcs --standard=PSR2 -n test/
41+
- phpcs --standard=PSR2 -n tests/
4242
## PHP Copy/Paste Detector
4343
#- php phpcpd.phar --verbose src/
4444
## PHP Mess Detector

README.md

Lines changed: 6 additions & 3 deletions

docs/images/phpword.svg

Lines changed: 50 additions & 0 deletions

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<phpunit backupGlobals="false"
22
backupStaticAttributes="false"
3-
bootstrap="./test/bootstrap.php"
3+
bootstrap="./tests/bootstrap.php"
44
colors="true"
55
convertErrorsToExceptions="true"
66
convertNoticesToExceptions="true"
@@ -10,7 +10,7 @@
1010
syntaxCheck="false">
1111
<testsuites>
1212
<testsuite name="PhpWord Test Suite">
13-
<directory>./test/PhpWord/</directory>
13+
<directory>./tests/PhpWord/</directory>
1414
</testsuite>
1515
</testsuites>
1616
<filter>

0 commit comments

Comments
 (0)