Skip to content

Commit 28cbf23

Browse files
committed
composer and compressignore updates
1 parent f9d1d9e commit 28cbf23

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

Diff for: .compressignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ vendor/phpunit/
2222
vendor/sebastian/
2323
vendor/theseer/
2424
__tests__/
25+
phpunit.xml
2526
zip/

Diff for: composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"description": "Ultimate blocks",
44
"type": "project",
55
"license": "GPL3+",
6+
"scripts": {
7+
"test_unit" : "phpunit"
8+
},
69
"require": {
710
"vlucas/phpdotenv": "^5.5",
811
"ext-dom": "*",

Diff for: __tests__/php/phpunit.xml renamed to phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
<testsuites>
88
<testsuite name="unit">
9-
<directory>unit</directory>
9+
<directory>__tests__/php/unit</directory>
1010
</testsuite>
1111
</testsuites>
1212
</phpunit>

Diff for: zip/info.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "3.0.3-dev",
33
"mode": "development",
4-
"size": "5.95mb",
5-
"date": "2023-08-30T10:50:47.207Z"
4+
"size": "4.91mb",
5+
"date": "2023-08-31T13:07:43.925Z"
66
}

Diff for: zip/ultimate-blocks.zip

416 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)