Skip to content

Commit ed60f8d

Browse files
committed
Fix Integration nonexistent directory issue
1 parent 0b1befa commit ed60f8d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
.DS_Store
77
.idea/
88
*.log
9+
.hidden
910

1011
# IDE
1112
.vscode/

phpunit.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<testsuite name="Unit">
1010
<directory>tests/Unit</directory>
1111
</testsuite>
12-
<testsuite name="Integration">
13-
<directory>tests/Integration</directory>
14-
</testsuite>
1512
<testsuite name="Feature">
1613
<directory>tests/Feature</directory>
1714
</testsuite>

0 commit comments

Comments
 (0)