File tree Expand file tree Collapse file tree 3 files changed +3
-112
lines changed
Expand file tree Collapse file tree 3 files changed +3
-112
lines changed Original file line number Diff line number Diff line change 4141 run : composer install --no-progress --prefer-dist --optimize-autoloader
4242
4343 - name : Copy properties
44- run : cp test/properties.travis .inc.php test/properties.inc.php
44+ run : cp test/properties.ci .inc.php test/properties.inc.php
4545
4646 - name : Run PHPUnit
4747 run : vendor/bin/phpunit -c ./test/sqlite.phpunit.xml
9090 run : composer install --no-progress --prefer-dist --optimize-autoloader
9191
9292 - name : Copy properties
93- run : cp test/properties.travis .inc.php test/properties.inc.php
93+ run : cp test/properties.ci .inc.php test/properties.inc.php
9494
9595 - name : Run PHPUnit
9696 run : vendor/bin/phpunit -c ./test/mysql.phpunit.xml
@@ -141,7 +141,7 @@ jobs:
141141 run : composer install --no-progress --prefer-dist --optimize-autoloader
142142
143143 - name : Copy properties
144- run : cp test/properties.travis .inc.php test/properties.inc.php
144+ run : cp test/properties.ci .inc.php test/properties.inc.php
145145
146146 - name : Run PHPUnit
147147 run : vendor/bin/phpunit -c ./test/pgsql.phpunit.xml
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments