File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11# ![ PHPWord] ( https://rawgit.com/PHPOffice/PHPWord/develop/docs/images/phpword.svg " PHPWord ")
22
3- Master
3+ Master:
44[ ![ Latest Stable Version] ( https://poser.pugx.org/phpoffice/phpword/v/stable.png )] ( https://packagist.org/packages/phpoffice/phpword )
5-
65[ ![ Build Status] ( https://travis-ci.org/PHPOffice/PHPWord.svg?branch=master )] ( https://travis-ci.org/PHPOffice/PHPWord )
76[ ![ Code Quality] ( https://scrutinizer-ci.com/g/PHPOffice/PHPWord/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/PHPOffice/PHPWord/ )
87[ ![ Coverage Status] ( https://coveralls.io/repos/github/PHPOffice/PHPWord/badge.svg?branch=master )] ( https://coveralls.io/github/PHPOffice/PHPWord?branch=master )
98[ ![ Total Downloads] ( https://poser.pugx.org/phpoffice/phpword/downloads.png )] ( https://packagist.org/packages/phpoffice/phpword )
109[ ![ License] ( https://poser.pugx.org/phpoffice/phpword/license.png )] ( https://packagist.org/packages/phpoffice/phpword )
1110[ ![ Join the chat at https://gitter.im/PHPOffice/PHPWord ] ( https://img.shields.io/badge/GITTER-join%20chat-green.svg )] ( https://gitter.im/PHPOffice/PHPWord )
1211
13- Develop
12+ Develop:
1413[ ![ Latest Development Version] ( https://poser.pugx.org/phpoffice/phpword/v/unstable.png )] ( https://packagist.org/packages/phpoffice/phpword#dev-master )
15-
1614[ ![ Build Status] ( https://travis-ci.org/PHPOffice/PHPWord.svg?branch=develop )] ( https://travis-ci.org/PHPOffice/PHPWord/branches )
1715[ ![ Code Quality] ( https://scrutinizer-ci.com/g/PHPOffice/PHPWord/badges/quality-score.png?b=develop )] ( https://scrutinizer-ci.com/g/PHPOffice/PHPWord/?branch=develop )
1816[ ![ Coverage Status] ( https://coveralls.io/repos/github/PHPOffice/PHPWord/badge.svg?branch=develop )] ( https://coveralls.io/github/PHPOffice/PHPWord?branch=develop )
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ public function testCloneRow()
197197 }
198198
199199 /**
200- * @expectedException Exception
200+ * @expectedException \ Exception
201201 * @test
202202 */
203203 public function testCloneNotExistingRowShouldThrowException ()
@@ -243,7 +243,7 @@ public function testSetValue()
243243 $ this ->assertEquals (
244244 array ('tableHeader ' , 'userId ' , 'userLocation ' ),
245245 $ templateProcessor ->getVariables ()
246- );
246+ );
247247 }
248248
249249 /**
You can’t perform that action at this time.
0 commit comments