Skip to content

Commit a93b261

Browse files
committed
Add only instantiation tests
1 parent 5db62f4 commit a93b261

11 files changed

+106
-176
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"autoload-dev": {
2828
"psr-4": {
29-
"WpOop\\WordPress\\Test\\": "tests"
29+
"WpOop\\WordPress\\Test\\Unit\\": "tests/unit"
3030
}
3131
},
3232
"extra": {

composer.lock

Lines changed: 40 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</php>
1010
<testsuites>
1111
<testsuite name="unit">
12-
<directory>tests/Unit</directory>
12+
<directory>tests/unit</directory>
1313
</testsuite>
1414
</testsuites>
1515
<filter>

tests/Stub/Gutenberg/Block.php

Lines changed: 0 additions & 59 deletions
This file was deleted.

tests/Stub/Gutenberg/BlockParser.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/Unit/Gutenberg/BlockInterfaceTest.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)