Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 066719a

Browse files
Fixed unit tests and updated sniffs
1 parent ff7cd27 commit 066719a

File tree

3 files changed

+138
-140
lines changed

3 files changed

+138
-140
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ before_script:
1919
- phpenv config-rm xdebug.ini
2020
- composer install
2121
- composer global require "phpunit/phpunit=4.8.*|6.5.*"
22-
- composer require woocommerce/woocommerce-sniffs
2322
- bash unit-tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
2423

2524
script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"prefer-stable": true,
88
"minimum-stability": "dev",
99
"require": {
10-
"automattic/jetpack-autoloader": "1.2.0"
10+
"automattic/jetpack-autoloader": "^1.2.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "6.5.14",
14-
"woocommerce/woocommerce-sniffs": "0.0.6"
14+
"woocommerce/woocommerce-sniffs": "0.0.9"
1515
},
1616
"scripts": {
1717
"post-install-cmd": [

0 commit comments

Comments
 (0)