Skip to content

Commit cd97f9c

Browse files
authored
Merge pull request #2 from WordPress/develop
Exhaustive MySQL Parser (WordPress#157)
2 parents b5ce5f0 + ac75e90 commit cd97f9c

25 files changed

+126608
-1
lines changed

.gitattributes

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
composer.json export-ignore
66
phpcs.xml.dist export-ignore
77
phpunit.xml.dist export-ignore
8-
tests/*.php export-ignore
8+
/grammar-tools export-ignore
9+
/tests export-ignore
10+
/wip export-ignore
11+
/wp-includes/mysql export-ignore
12+
/wp-includes/parser export-ignore
913
wp-includes/sqlite/class-wp-sqlite-crosscheck-db.php export-ignore

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"php": ">=7.0"
1212
},
1313
"require-dev": {
14+
"ext-mbstring": "*",
1415
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
1516
"squizlabs/php_codesniffer": "^3.7",
1617
"wp-coding-standards/wpcs": "^3.1",

0 commit comments

Comments
 (0)