Skip to content

Commit d5e55e7

Browse files
committed
Moved back phpunit.xml.dist file to root of directory
1 parent c5acf36 commit d5e55e7

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

changelog.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ Changes in branch for release 0.7.1 :
2626
- Bugfix: (gabrielbull) - Fixed bug with cell styling
2727
- Bugfix: (gabrielbull) - Fixed bug list items inside of cells
2828
- Feature: (gabrielbull) - Word2007 : Support sections page numbering
29+
- Feature: (gabrielbull) - Word2007 : Added support for line height
2930
- QA: (Progi1984) - UnitTests
3031

31-
Fixed in branch for release 0.7.0 :
32+
Changes in branch for release 0.7.0 :
3233
- Bugfix: (RomanSyroeshko) GH-32 - "Warning: Invalid error type specified in ...\PHPWord.php on line 226" is thrown when the specified template file is not found
3334
- Bugfix: (RomanSyroeshko) GH-34 - PHPWord_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input
3435
- Bugfix: (RomanSyroeshko) GH-38 - Temporary files naming logic in PHPWord_Template can lead to a collision
@@ -37,12 +38,12 @@ Fixed in branch for release 0.7.0 :
3738
- Feature: (kaystrobach) - Word2007 : Add rowspan and colspan to cells
3839
- Feature: (RLovelett) - Word2007 : Support for tab stops
3940
- Feature: (RLovelett) - Word2007 : Support Multiple headers
40-
- Feature: (gavroche) - Word2007 : Wrapping Styles to Images
41+
- Feature: (gabrielbull) - Word2007 : Wrapping Styles to Images
4142
- General: (MarkBaker) - Add superscript/subscript styling in Excel2007 Writer
4243
- General: (deds) - add indentation support to paragraphs
4344
- General: (Progi1984) GH-27 - Support for Composer
4445
- General: (Progi1984) - Basic CI with Travis
4546
- General: (Progi1984) - Added PHPWord_Exception and exception when could not copy the template
4647
- General: (Progi1984) - IMPROVED : Moved examples out of Classes directory
4748
- General: (Esmeraldo) CP-49 - IMPROVED : Advanced string replace in setValue for Template
48-
- Feature: (gavroche) - Added support for image wrapping style
49+
- Feature: (gabrielbull) - Added support for image wrapping style

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
{
1313
"name": "Gabriel Bull",
14-
"email": "[email protected]"
14+
"email": "[email protected]",
15+
"homepage": "http://gabrielbull.com/"
1516
},
1617
{
1718
"name": "Franck Lefevre",

Tests/phpunit.xml.dist renamed to phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
syntaxCheck="false">
1111
<testsuites>
1212
<testsuite name="PHPWord Unit Test Suite">
13-
<directory>./PHPWord/</directory>
13+
<directory>./Tests/PHPWord/</directory>
1414
</testsuite>
1515
</testsuites>
1616
<filter>

0 commit comments

Comments
 (0)