File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,12 @@ matrix:
14
14
- php : hhvm
15
15
16
16
before_script :
17
+ - phpenv rehash > /dev/null
17
18
# # Composer
18
- - curl -s http://getcomposer.org/installer | php
19
- - php composer.phar install --prefer-source
20
19
- composer selfupdate --quiet
20
+ - composer install --prefer-source
21
21
# # PHP_CodeSniffer
22
22
- pyrus install pear/PHP_CodeSniffer
23
- - phpenv rehash
24
23
# # PHP Copy/Paste Detector
25
24
# - curl -o phpcpd.phar https://phar.phpunit.de/phpcpd.phar
26
25
# # PHP Mess Detector
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ public function testSetUseDiskCachingException()
144
144
array (\PHPWORD_TESTS_BASE_DIR , 'foo ' )
145
145
);
146
146
147
- $ object = new ODText ($ phpWord );
147
+ $ object = new ODText ();
148
148
$ object ->setUseDiskCaching (true , $ dir );
149
149
}
150
150
}
You can’t perform that action at this time.
0 commit comments