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 1
1
# ![ PHPWord] ( https://rawgit.com/PHPOffice/PHPWord/develop/docs/images/phpword.svg " PHPWord ")
2
2
3
- Master
3
+ Master:
4
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/phpoffice/phpword/v/stable.png )] ( https://packagist.org/packages/phpoffice/phpword )
5
-
6
5
[ ![ Build Status] ( https://travis-ci.org/PHPOffice/PHPWord.svg?branch=master )] ( https://travis-ci.org/PHPOffice/PHPWord )
7
6
[ ![ Code Quality] ( https://scrutinizer-ci.com/g/PHPOffice/PHPWord/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/PHPOffice/PHPWord/ )
8
7
[ ![ Coverage Status] ( https://coveralls.io/repos/github/PHPOffice/PHPWord/badge.svg?branch=master )] ( https://coveralls.io/github/PHPOffice/PHPWord?branch=master )
9
8
[ ![ Total Downloads] ( https://poser.pugx.org/phpoffice/phpword/downloads.png )] ( https://packagist.org/packages/phpoffice/phpword )
10
9
[ ![ License] ( https://poser.pugx.org/phpoffice/phpword/license.png )] ( https://packagist.org/packages/phpoffice/phpword )
11
10
[ ![ Join the chat at https://gitter.im/PHPOffice/PHPWord ] ( https://img.shields.io/badge/GITTER-join%20chat-green.svg )] ( https://gitter.im/PHPOffice/PHPWord )
12
11
13
- Develop
12
+ Develop:
14
13
[ ![ Latest Development Version] ( https://poser.pugx.org/phpoffice/phpword/v/unstable.png )] ( https://packagist.org/packages/phpoffice/phpword#dev-master )
15
-
16
14
[ ![ Build Status] ( https://travis-ci.org/PHPOffice/PHPWord.svg?branch=develop )] ( https://travis-ci.org/PHPOffice/PHPWord/branches )
17
15
[ ![ Code Quality] ( https://scrutinizer-ci.com/g/PHPOffice/PHPWord/badges/quality-score.png?b=develop )] ( https://scrutinizer-ci.com/g/PHPOffice/PHPWord/?branch=develop )
18
16
[ ![ 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()
197
197
}
198
198
199
199
/**
200
- * @expectedException Exception
200
+ * @expectedException \ Exception
201
201
* @test
202
202
*/
203
203
public function testCloneNotExistingRowShouldThrowException ()
@@ -243,7 +243,7 @@ public function testSetValue()
243
243
$ this ->assertEquals (
244
244
array ('tableHeader ' , 'userId ' , 'userLocation ' ),
245
245
$ templateProcessor ->getVariables ()
246
- );
246
+ );
247
247
}
248
248
249
249
/**
You can’t perform that action at this time.
0 commit comments