Moved back phpunit.xml.dist file to root of directory
This commit is contained in:
parent
c5acf36b27
commit
d5e55e7c4b
|
|
@ -26,9 +26,10 @@ Changes in branch for release 0.7.1 :
|
|||
- Bugfix: (gabrielbull) - Fixed bug with cell styling
|
||||
- Bugfix: (gabrielbull) - Fixed bug list items inside of cells
|
||||
- Feature: (gabrielbull) - Word2007 : Support sections page numbering
|
||||
- Feature: (gabrielbull) - Word2007 : Added support for line height
|
||||
- QA: (Progi1984) - UnitTests
|
||||
|
||||
Fixed in branch for release 0.7.0 :
|
||||
Changes in branch for release 0.7.0 :
|
||||
- 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
|
||||
- Bugfix: (RomanSyroeshko) GH-34 - PHPWord_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input
|
||||
- Bugfix: (RomanSyroeshko) GH-38 - Temporary files naming logic in PHPWord_Template can lead to a collision
|
||||
|
|
@ -37,7 +38,7 @@ Fixed in branch for release 0.7.0 :
|
|||
- Feature: (kaystrobach) - Word2007 : Add rowspan and colspan to cells
|
||||
- Feature: (RLovelett) - Word2007 : Support for tab stops
|
||||
- Feature: (RLovelett) - Word2007 : Support Multiple headers
|
||||
- Feature: (gavroche) - Word2007 : Wrapping Styles to Images
|
||||
- Feature: (gabrielbull) - Word2007 : Wrapping Styles to Images
|
||||
- General: (MarkBaker) - Add superscript/subscript styling in Excel2007 Writer
|
||||
- General: (deds) - add indentation support to paragraphs
|
||||
- General: (Progi1984) GH-27 - Support for Composer
|
||||
|
|
@ -45,4 +46,4 @@ Fixed in branch for release 0.7.0 :
|
|||
- General: (Progi1984) - Added PHPWord_Exception and exception when could not copy the template
|
||||
- General: (Progi1984) - IMPROVED : Moved examples out of Classes directory
|
||||
- General: (Esmeraldo) CP-49 - IMPROVED : Advanced string replace in setValue for Template
|
||||
- Feature: (gavroche) - Added support for image wrapping style
|
||||
- Feature: (gabrielbull) - Added support for image wrapping style
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@
|
|||
},
|
||||
{
|
||||
"name": "Gabriel Bull",
|
||||
"email": "gavroche.bull@gmail.com"
|
||||
"email": "me@gabrielbull.com",
|
||||
"homepage": "http://gabrielbull.com/"
|
||||
},
|
||||
{
|
||||
"name": "Franck Lefevre",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
syntaxCheck="false">
|
||||
<testsuites>
|
||||
<testsuite name="PHPWord Unit Test Suite">
|
||||
<directory>./PHPWord/</directory>
|
||||
<directory>./Tests/PHPWord/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
Loading…
Reference in New Issue