Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the bulk of the feature #1

Merged
merged 6 commits into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adding the bulk of the feature
  • Loading branch information
srtfisher committed Dec 19, 2022
commit 876790b6bc6b151149f70b154df4755747451cd4
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
},
"sort-packages": true
},
"autoload": {
"files": [
"src/helpers.php"
]
},
"extra": {
"wordpress-autoloader": {
"autoload": {
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<properties>
<property name="prefixes" type="array">
<element value="alley" />
<element value="wp_block_converter" />
</property>
</properties>
</rule>
Expand Down
3 changes: 0 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
<testsuite name="Feature">
<directory prefix="test-" suffix=".php">tests/feature</directory>
</testsuite>
<testsuite name="Unit">
<directory prefix="test-" suffix=".php">tests/unit</directory>
</testsuite>
</testsuites>
</phpunit>
Loading