Skip to content

Commit 626902d

Browse files
committed
Renamed test directory to tests
1 parent 286d37c commit 626902d

Some content is hidden

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

82 files changed

+2
-2
lines changed

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>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)