Skip to content

Commit b0c6f51

Browse files
authored
Merge pull request #73 from kidunot89/feature/src-to-includes
"src" directory renamed to "includes"
2 parents 644a452 + c581d6f commit b0c6f51

File tree

98 files changed

+194
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+194
-194
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ script:
9090
fi
9191
- |
9292
if [ "$PHPCS" == "1" ]; then
93-
vendor/bin/phpcs wp-graphql-woocommerce.php access-functions.php class-inflect.php src/*.php --standard=WordPress
93+
vendor/bin/phpcs wp-graphql-woocommerce.php access-functions.php class-inflect.php includes/*.php --standard=WordPress
9494
fi
9595
after_success:
9696
# Runs Coveralls.io client

codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ coverage:
1515
- wp-graphql-woocommerce.php
1616
- access-functions.php
1717
- class-inflect.php
18-
- src/*.php
18+
- includes/*.php
1919
extensions:
2020
enabled:
2121
- Codeception\Extension\RunFailed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"autoload": {
2020
"psr-4": {
21-
"WPGraphQL\\Extensions\\WooCommerce\\": "src/"
21+
"WPGraphQL\\Extensions\\WooCommerce\\": "includes/"
2222
},
2323
"classmap": [
24-
"src/"
24+
"includes/"
2525
]
2626
},
2727
"require": {},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)