File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ before_script:
12
12
- curl -s http://getcomposer.org/installer | php
13
13
- php composer.phar --dev install
14
14
15
- script : phpunit --configuration tests/phpunit.xml
15
+ script : vendor/bin/ phpunit --configuration tests/phpunit.xml
16
16
17
17
matrix :
18
18
allow_failures :
Original file line number Diff line number Diff line change 19
19
"require-dev" : {
20
20
"zendframework/zend-barcode" : " >=2.0.0,<2.4" ,
21
21
"zendframework/zend-validator" : " >=2.0.0,<2.4" ,
22
- "imagine/Imagine" : " >=0.2.0,<0.6.0"
22
+ "imagine/Imagine" : " >=0.2.0,<0.6.0" ,
23
+ "phpunit/phpunit" : " >=4,<6.0.0"
23
24
},
24
25
"suggest" : {
25
26
"zendframework/zend-barcode" : " If you want to use barcodes" ,
Original file line number Diff line number Diff line change 5
5
error_reporting (E_ALL );
6
6
ini_set ('display_errors ' , 1 );
7
7
8
- $ loader = require_once __DIR__ .'/../vendor/autoload.php ' ;
8
+ $ loader = require __DIR__ .'/../vendor/autoload.php ' ;
9
9
10
10
$ loader ->addPsr4 ('PHPPdf \\' , __DIR__ .'/PHPPdf ' );
You can’t perform that action at this time.
0 commit comments