We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d68d6e commit 436b87cCopy full SHA for 436b87c
.distignore
@@ -4,19 +4,25 @@
4
/bin
5
/build
6
/docs
7
+/githooks
8
/legacy-tests
9
/node_modules
10
+/src
11
/tests
12
.distignore
13
.gitattributes
14
.gitignore
15
.scrutinizer.yml
16
Changelog.md
17
+README.md
18
composer.json
19
composer.lock
-package.json
20
package-lock.json
21
+package.json
22
+patchwork.json
23
+phpcs.xml
24
phpdoc.xml
25
+phpstan.neon
26
phpunit.xml
-README.md
-setup.sh
27
+playwright.config.ts
28
+setup.sh
tests/phpunit/TestMslsMetaBox.php
@@ -18,7 +18,7 @@ protected function setUp(): void {
}
public function test_suggest(): void {
- $json = json_encode( array( 'some' => 'JSON' ) );
+ $json = '{"some":"JSON"}';
Functions\when( 'wp_die' )->justEcho( $json );
0 commit comments