Skip to content

Commit 436b87c

Browse files
committed
.distignore updated
1 parent 6d68d6e commit 436b87c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.distignore

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,25 @@
44
/bin
55
/build
66
/docs
7+
/githooks
78
/legacy-tests
89
/node_modules
10+
/src
911
/tests
1012
.distignore
1113
.gitattributes
1214
.gitignore
1315
.scrutinizer.yml
1416
Changelog.md
17+
README.md
1518
composer.json
1619
composer.lock
17-
package.json
1820
package-lock.json
21+
package.json
22+
patchwork.json
23+
phpcs.xml
1924
phpdoc.xml
25+
phpstan.neon
2026
phpunit.xml
21-
README.md
22-
setup.sh
27+
playwright.config.ts
28+
setup.sh

tests/phpunit/TestMslsMetaBox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protected function setUp(): void {
1818
}
1919

2020
public function test_suggest(): void {
21-
$json = json_encode( array( 'some' => 'JSON' ) );
21+
$json = '{"some":"JSON"}';
2222

2323
Functions\when( 'wp_die' )->justEcho( $json );
2424

0 commit comments

Comments
 (0)