Merge branch 'tainacan:develop' into develop
This commit is contained in:
commit
ff6d9924fd
|
@ -9,7 +9,8 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
|
||||
"phpcompatibility/php-compatibility": "*"
|
||||
"phpcompatibility/php-compatibility": "*",
|
||||
"yoast/phpunit-polyfills": "^1.0.1"
|
||||
},
|
||||
"prefer-stable" : true,
|
||||
"minimum-stability": "dev",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
require dirname( dirname( __FILE__ ) ) . '/src/vendor/autoload.php';
|
||||
return [
|
||||
'tests_dir' => '/tmp/wordpress/wordpress-tests-lib',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue